上一页 1 2 3 4 5 6 ··· 25 下一页
摘要: 问题引出: 前提 本地终端中执行adb 或者其它命令是ok的 步骤一:复制本地的$PATH值 打开终端或者iTerm 执行命令echo $PATH 步骤二: 打开PyCharm替换下PyCharm中的$PATH值即可(Edit Configurations-->Environment variabl 阅读全文
posted @ 2023-12-31 11:45 yimu-yimu 阅读(377) 评论(0) 推荐(0) 编辑
摘要: 后台启动&关闭appium server的命令 启动appium:appium -a 127.0.0.1 -p 4723 --log xxx.log --local-timezone Appium 服务命令行参数 启动appium -p 4723 指定端口 --log xxx.log指定日志保存到指 阅读全文
posted @ 2023-12-30 21:16 yimu-yimu 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 有关appium2.x的官方文档 共同安装 0. 安装 python( 如果pycharm版本是 2019 的话,python版本最好小于 3.10) 1.安装 java(我的是 11) ,安装 jdk 2.安装homebrew 安装 git 3.安装 xcode(根据 macOS版本) 4. 安装 阅读全文
posted @ 2023-12-29 15:49 yimu-yimu 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 下载官网 具体 直接命令安装 Sample commands: Install the latest LTS version: brew install jenkins-lts Start the Jenkins service: brew services start jenkins-lts Re 阅读全文
posted @ 2023-12-27 14:39 yimu-yimu 阅读(70) 评论(0) 推荐(0) 编辑
摘要: https://www.google.cn/chrome/index.html 阅读全文
posted @ 2023-12-17 17:46 yimu-yimu 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 1.超级右键-iRightMouse 2.Fastzip 3.CleanMyMac X 阅读全文
posted @ 2023-12-17 17:41 yimu-yimu 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 代码和用例分离时,测试用例用YAML或excel写都可以。一般接口测试用YAML写测试用例 原因: 1.方便的字典和YAML之间切换 2.YAML有数据类型 数据组成: 1.对象:通过字典表示 key: value 2.数组:通过列表表示,通过一组对齐的 - 表示(YAML里面字符串一般不写引号) 阅读全文
posted @ 2023-11-10 20:14 yimu-yimu 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 设置了“app”以后,就无需再设置appPackage、appActivity PATH = lambda p: os.path.abspath(os.path.join(os.path.dirname(__file__), p)) desired_caps['app'] = PATH(app_pa 阅读全文
posted @ 2023-11-09 22:39 yimu-yimu 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 配置项增加一项: skipServerInstallation: True 前提:客户端已经安装了io.appium.uiautomator2.serve 阅读全文
posted @ 2023-11-09 14:00 yimu-yimu 阅读(183) 评论(0) 推荐(0) 编辑
摘要: Allure插件已安装 全局设置 Allure Commandline 但是构建后操作,还是没有Allure Report'选项 Allure Commandline换成手动的,也还是不行 系统属性中也增加allure配置 还是没有解决。。。。。。。。。。。。。。。。。。。。。。。。 最后不行,直接 阅读全文
posted @ 2023-11-01 19:02 yimu-yimu 阅读(434) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 25 下一页