![]() |
||
---|---|---|
.idea | ||
.vscode | ||
__pycache__ | ||
config | ||
report/ych_test/__pycache__ | ||
test_case | ||
test_data | ||
util | ||
.gitignore | ||
comp_info.py | ||
comp_info_1.py | ||
config.py | ||
debug.log | ||
geckodriver.log | ||
ghostdriver.log | ||
readme.md | ||
remote_ts.py | ||
rrr.py | ||
runtest.py | ||
runtest_multi.py | ||
runtest_threading.py | ||
smoke_test_runner.py | ||
test11.py | ||
voucher_check_util.py | ||
~$写入数据.xlsx | ||
写入数据.xlsx |
readme.md
一、环境说明:
python版本: 3.6.1 selenum版本: 2.0 chrome版本: 59.0.3071.115 chromedriver版本: 2.30.477700 pip命令使用配置: 将python安装文件目录下Scripts配置到系统环境变量中的path里面 将HTMLTestRunner拷贝到 'C:\Users\yangchunhong\AppData\Local\Programs\Python\Python36\Lib'目录下
二、涉及的第三方模块 (注:快速下载第三方模块pip3 install --index https://pypi.mirrors.ustc.edu.cn/simple/) 1、操作excel: xlrd, openpyxl 2、http协议相关: requests 3、连接PostgreSQL数据库模块:psycopg2 sqlalchemy sqlalchemy