摘要: Vim是从 vi 发展出来的一个文本编辑器。代码补完、编译及错误跳转等方便编程的功能特别丰富 简单的来说, vi 是老式的字处理器,不过功能已经很齐全了,但是还是有可以进步的地方。 vim 则可以说是程序开发者的一项很好用的工具。 连 vim 的官方网站 (http://www.vim.org) 自 阅读全文
posted @ 2019-12-03 17:31 ShineLeem 阅读(160) 评论(0) 推荐(0)
摘要: 1.重构容器 #!/bin/bash cd atx_liunx/atxserver2 docker-compose up -d --force-recreate sleep 3 docker-compose build 2.git pull #!/bin/bash cd AutoTest_Proje 阅读全文
posted @ 2019-11-28 11:22 ShineLeem 阅读(226) 评论(0) 推荐(0)
摘要: 环境安装: 1.安装wget,作用是从网上下载资源,为了一步到位,还需要安装gcc 这样wget才能运行 不然会出现这个错误 Searching for GCC...The path "" is not valid path to the gcc binary.Would you like to c 阅读全文
posted @ 2019-11-28 11:14 ShineLeem 阅读(715) 评论(0) 推荐(0)
摘要: 变量 = lamdba 参数1,参数2, : 公式 有点,可以省下定义函数过程 阅读全文
posted @ 2019-08-23 11:16 ShineLeem 阅读(158) 评论(0) 推荐(0)
摘要: Exception Type: TemplateSyntaxError Exception Value: Could not parse the remainder: '(count)' from 'range(count) Invalid filter: 'get_range' Exception 阅读全文
posted @ 2019-08-20 19:42 ShineLeem 阅读(1846) 评论(0) 推荐(0)
摘要: 使用difflib库和hashlib来对比筛选文件,两个文件md5相同说明文件没有变动,然后利用difflib方法实现文件对比,最终生成报告 # -*- coding: utf-8 -*- __author__ = "Lee.le" import sys, time import hashlib i 阅读全文
posted @ 2019-08-12 15:49 ShineLeem 阅读(2294) 评论(0) 推荐(0)
摘要: 转载:https://airtest.doc.io.netease.com/tutorial/0_automated_testing/ 11 | 如何测试基于Unity3D引擎的游戏 由于游戏的界面是通过游戏引擎渲染出来的,游戏界面没有系统原生的控件信息,所以对于游戏,我们需要接入Poco-SDK才 阅读全文
posted @ 2019-08-09 11:36 ShineLeem 阅读(2539) 评论(0) 推荐(0)
摘要: 转载:https://airtest.doc.io.netease.com/tutorial/0_automated_testing/ 10 | 使用AirtestIDE批量运行测试脚本 10.1 AirtestIDE新功能——批量测试 AirtestIDE作为一款优秀的自动化测试集成开发工具,为广 阅读全文
posted @ 2019-08-09 11:35 ShineLeem 阅读(1566) 评论(0) 推荐(0)
摘要: 转载:https://airtest.doc.io.netease.com/tutorial/0_automated_testing/ 9 | 如何生产兼容性强的自动化测试脚本 在阅读本教程前,请确保先阅读我们的5分钟上手教程。 9.1 提纲 通过阅读本小节教程,你将了解以下内容: 如何选择Airt 阅读全文
posted @ 2019-08-09 11:35 ShineLeem 阅读(513) 评论(0) 推荐(0)
摘要: 转载:https://airtest.doc.io.netease.com/tutorial/0_automated_testing/ 8 | 微信小程序和小游戏自动化测试 Airtest Project自动化测试方案除了支持原生应用、游戏、Web,也支持了最新推出的微信小程序和小游戏平台。下面我们 阅读全文
posted @ 2019-08-09 11:35 ShineLeem 阅读(1300) 评论(0) 推荐(0)