一.框架目录介绍:
config:
1.config.ini:存放浏览器名称和登录url地址
2.logger.ini:配置获取自动化的日志脚本
data:
1.test_data.xlsx:存放测试数据
logs:
1.tes.log:存放执行自动化过程的日志
page:
1.common.py:存放封装的方法
report:
1.test_report.html:存放测试报告
2.screenshots:存放截图
testcase:
1.test_case.py:存放测试用例