项目介绍更新

This commit is contained in:
caiweichao 2022-05-10 10:37:45 +08:00
parent a12fb5f681
commit 5a7831e8c3
2 changed files with 8 additions and 9 deletions

View File

@ -1,22 +1,21 @@
# 自动化测试框架
- 使用技术 Python+Selenium3+Request+Allure2+Pytest+Jenkins+Pymysql
- 使用技术 Python+Selenium3+Request+Allure2+Pytest+Jenkins+Pymysql+openpyxl
- 通用型框架已经在自己公司成功落地使用!
##### 可以进行:
1. 接口自动化测试
2. UI自动化测试
3. 集成jenkins后自动通过钉钉发送allure报告。
4. 线上的自动化监控通过钉钉机器人通知。
1. 接口自动化测试通过openpyxl进行数据驱动
2. UI自动化测试使用PageObjectModel模式进行
3. 集成jenkins后自动通过钉钉发送详细allure报告+简要内容报告。
1. ![avatar](projectIntroduction.jpg)
4. 集成钉钉机器人可以针对场景进行钉钉通知。
#### 安装教程
1. 拉取项目安装requirements.txt中的包
2. 修改ConfigFile/config.yaml配置文件
3. 写脚本执行
3. 写脚本执行
#### 备注
1. 不用安装chromedriver 会自动读取浏览器版本进行安装
1. 不用自己安装chromedriver 会自动读取浏览器版本进行安装

BIN
projectIntroduction.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB