摘要: appium desktop https://github.com/appium/appium-desktop/releases sdk与android studio https://developer.android.com/studio/?hl=zh-cn#downloads capabilit 阅读全文
posted @ 2019-11-21 15:47 yile 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 1.pytest --alluredir=F:\MyProject\My_First_allure\report F:\MyProject\My_First_allure\test_demo3.py 2.allure generate F:\MyProject\My_First_allure\rep 阅读全文
posted @ 2019-11-14 16:51 yile 阅读(3631) 评论(0) 推荐(0) 编辑
摘要: curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python poetry init 阅读全文
posted @ 2019-11-10 10:38 yile 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 1.连接设备 adb devices 2.查看当前拥有的模拟器列表(which emulator) -list-avds 3.连接指定的模拟器(which emulator)@模拟器名称 4.可以自己生成appium log,便于分析 5.连接到自己到appium serve 阅读全文
posted @ 2019-11-09 22:35 yile 阅读(1193) 评论(0) 推荐(0) 编辑
摘要: 短信:SmsTemplateConfig1. 在test2环境任意位置输入redis-cli(登录redis客户端)2. Keys group_*(查看所有短信用到的key)3. llen group_* (查看短信的数量,如:llen group_notify)4. LRANGE group_no 阅读全文
posted @ 2019-11-08 10:31 yile 阅读(8196) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-11-04 18:00 yile 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 1.windows安装docker choco install docker-for-windows 2.安装成功后,需要重启系统 3.配置阿里云docker镜像加速器 注册阿里云 容器Hub服务控制台 阅读全文
posted @ 2019-11-04 10:24 yile 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 1.docker ps -a 查看docker容器id 2.docker exec -u 0 -it a0be9d163c23 /bin/bash -u 0是使用root权限 a0be9d163c23是Jenkins的容器id 3.cat /var/jenkins_home/secrets/init 阅读全文
posted @ 2019-11-03 20:15 yile 阅读(1975) 评论(0) 推荐(1) 编辑
摘要: 转:https://juejin.im/post/5a1d4e546fb9a0450f21af23 强制缓存 对于强制缓存,服务器响应的header中会用两个字段来表明——Expires和Cache-Control。 Expires Exprires的值为服务端返回的数据到期时间。 当再次请求时的请 阅读全文
posted @ 2019-10-31 16:33 yile 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 一、tomcat启动 1.准备一台tomcat服务器 2.将Jenkins.war复制到$tomcat_home/wepapp目录下 3.启动tomcat 4.在浏览器中输入http://localhost:8080/jenkins,(http://<tomcat_ip>:<tomcat_port> 阅读全文
posted @ 2019-10-31 10:03 yile 阅读(1104) 评论(0) 推荐(0) 编辑