摘要: 回首2020,这一年过得是真快啊,我就在这样忙忙碌碌的日子中来到了2021,这一年来没有明确的目标,总是随波逐流,对于要学习的内容,总是浅尝辄止,没有继续学习的心力跟动力。一年来,还是在原地踏步,但是岁月不饶人,年龄越来越大,互联网行业是年青人的,岁数超过35后,越来越有危机感,可以自己还是在迷茫的 阅读全文
posted @ 2021-01-01 22:45 jiguanghover 阅读(140) 评论(0) 推荐(0) 编辑
摘要: Mac安装低版本的Xcode后会出现各种问题,现汇总如下: 1. python3: error: unable to find utility "python3", not a developer tool or in PATH 解决方法: 阅读全文
posted @ 2020-11-12 10:50 jiguanghover 阅读(97) 评论(0) 推荐(0) 编辑
摘要: ios 系统为12.4.8,因此安装Xcode 10.3; 问题1: python3: error: unable to find utility "python3", not a developer tool or in PATH 解决1: xcode-select --install sudo 阅读全文
posted @ 2020-11-02 16:22 jiguanghover 阅读(147) 评论(0) 推荐(0) 编辑
摘要: e.g: pip install pygame http://mirrors.aliyun.com/pypi/simple/ 安装方法可以直接在命令行输入pip install -扩展包名字。 加快安装速度可以使用国内镜像源。清华:https://pypi.tuna.tsinghua.edu.cn/ 阅读全文
posted @ 2020-09-05 11:57 jiguanghover 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 一、WebDriverAgent安装到ios测试设备 a) 切换到appium 的appium-webdriveragent目录(/Applications/Appium.app/Contents/Resources/app/node_modules/appium-webdriveragent) b 阅读全文
posted @ 2020-07-30 14:52 jiguanghover 阅读(691) 评论(0) 推荐(0) 编辑
摘要: 1. Airtest是一个跨平台的UI自动化测试框架,适用于游戏、App。支持Windows、Android、IOS(测试阶段会有未知错误)平台。 airtest官网:http://airtest.netease.com 手册:http://airtest.netease.com/docs/cn/1 阅读全文
posted @ 2020-06-07 22:17 jiguanghover 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 一、pytest + allure 1) 测试报告添加图片: f_cart = open(img_name,'rb').read() allure.attach(f_cart,"cart",allure.attachment_type.PNG) 阅读全文
posted @ 2020-04-21 10:24 jiguanghover 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 在mac下使用allure 生成测试报告,需要安装软件为: 1. pytest 2. allure-pytest 或者 pytest-allure-adaptor (记住二者只能选其一) 3. allure(依赖jdk环境1.8+) (https://github.com/allure-framew 阅读全文
posted @ 2020-04-12 12:24 jiguanghover 阅读(4943) 评论(0) 推荐(0) 编辑
摘要: 1. 首先在Charles 中导出证书,操作为:Help选项 --> SSL Proxying --> 选择第二项 Install Charles Root Certificate 2. 把证书导出到本地,保存为.p12格式的,然后导入Firefox,操作为: Firefox->首选项->隐私与安全 阅读全文
posted @ 2020-03-27 22:51 jiguanghover 阅读(425) 评论(0) 推荐(0) 编辑
摘要: 1. Mac 下 Charles配置 https://www.jianshu.com/p/9f4ebde9c518 2. 获取ios设备的udid 命令行输入: idevice_id -l 阅读全文
posted @ 2020-03-26 13:46 jiguanghover 阅读(122) 评论(0) 推荐(0) 编辑