Merge remote-tracking branch 'origin/master'

This commit is contained in:
yuanbaolei 2020-07-27 13:36:35 +08:00
commit 825a9bd986
1 changed files with 23 additions and 0 deletions

View File

@ -1,2 +1,25 @@
# UIautoDemo
UI自动化测试框架模板
#### 项目架构
```
- PoiumAutoTest/
- |── test_case/
- |──models/
- |── url.py
- |──pageObject/
- |── loginPage.py
- |── test_login.py
- |── Browser_Driver/
- |── chromedriver
- |── reports/
- |—— 年_月_日_时_分_秒_result.html
- └── run.py
```
#### 依赖库
1. Python3.7.4+
2. poium0.6.3+(pip install poium)
3. seldom1.5.6+(pip install seldom)