UI自动化测试框架模板
- PoiumAutoTest/
- |── test_case/
- |──models/
- |── url.py
- |──pageObject/
- |── loginPage.py
- |── test_login.py
- |── Browser_Driver/
- |── chromedriver
- |── reports/
- |—— 年_月_日_时_分_秒_result.html
- └── run.py
- Python3.7.4+
- poium0.6.3+(pip install poium)
- seldom1.5.6+(pip install seldom)