上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 21 下一页
摘要: #!/user/bin/python3#coding=utf-8#2019/10/30 --16:21#author :huiimport unittest,yagmail,timefrom BeautifulReport import BeautifulReport as bf #导入Beauti 阅读全文
posted @ 2019-12-12 18:04 yanhuidj 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 1.先创建好一个目录,像这样 2.sj.air 是录制好的air脚本 里面的内容像这样: 3.最好保持air脚本和.py名字一致 4.在该目录下创建summary_template.html <!DOCTYPE html><html><head> <title>测试结果汇总</title> <sty 阅读全文
posted @ 2019-12-05 11:31 yanhuidj 阅读(1792) 评论(2) 推荐(0) 编辑
摘要: 承接上一篇 1.cmd 下 需要管理员权限 cnpm install uirecorder mocha -g 2.npm install selenium-standalone -g 3.selenium-standalone install 【安装过程中,确认网络ok】 成功效果 : 4.以上3个 阅读全文
posted @ 2019-12-03 16:02 yanhuidj 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1. 2. 找到node目录 3. 手动添加这两个目录 4.cmd下输入: npm config set prefix "C:\Program Files\nodejs\node_global"npm config set cache"C:\Program Files\nodejs\node_cac 阅读全文
posted @ 2019-12-03 15:27 yanhuidj 阅读(632) 评论(0) 推荐(0) 编辑
摘要: import unittest,yagmail,timefrom BeautifulReport import BeautifulReport as bf #导入BeautifulReport if __name__ == '__main__':#注意4个空格#Beautiful suit = un 阅读全文
posted @ 2019-12-02 10:47 yanhuidj 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 1.配置proto 环境 ,下载地址:https://github.com/protocolbuffers/protobuf/releases 2.进入python3.6的scripts目录下,输入pip install protobuf==3.6.1进行安装 检查pip list 3.验证是否成功 阅读全文
posted @ 2019-11-28 13:10 yanhuidj 阅读(3697) 评论(0) 推荐(0) 编辑
摘要: 1.try cmd 下pyuic5 -o ui.py xx.ui 看是否报错 2.修改pycharm 配置 入口:file-->setting-->tools-->Extenal Tools Programs:D:\python\python.exe 【安装目录】Parameters:-m PyQt 阅读全文
posted @ 2019-11-16 14:39 yanhuidj 阅读(4716) 评论(0) 推荐(2) 编辑
摘要: from:https://www.jianshu.com/p/b63f1db0ed11 1. 先安装SIP 1.1 什么是sip? sip是RiverBank(也就是PyQt的开发商)开发的用于PyQt的Python/C++混合编程解决方案。由于Qt框架的复杂性,PyQt并没有使用Cython、SW 阅读全文
posted @ 2019-11-16 13:44 yanhuidj 阅读(302) 评论(0) 推荐(0) 编辑
摘要: from:https://testerhome.com/topics/7384 弱网测试要点 方法 方法一:利用抓包工具charles进行弱网设置,适用PC端和移动端(IOS/Android) 1.以charles 4.0版本为例,打开Proxy->Throttle Settings 2.打开Thr 阅读全文
posted @ 2019-11-15 16:46 yanhuidj 阅读(470) 评论(0) 推荐(0) 编辑
摘要: 1.下载php7.3.11 ,将php.ini-development 修改为php.ini 2. 3.extension_dir 目录是ext 4.extension=php_curl.dll 根据电脑进行下载【下载地址:https://cn.dll-files.com/php_curl.dll. 阅读全文
posted @ 2019-11-07 11:16 yanhuidj 阅读(969) 评论(1) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 21 下一页