_AD
(霍格沃兹_AD)
1
环境安装
pycharm
PyCharm: the Python IDE for Professional Developers by JetBrains
python环境
安装pytest相关
实战练习
踩坑记录
- 运行一个小demo,使用pycharm方式进行运行
- 使用pytest 命令行的方式运行
pytest ./test_practice.py
测试报告
环境安装
-
allure-pytest的安装
-
allure 安装
生成报告
pytest test_practice.py --alluredir ./report
在线查看报告
allure serve ./report/
课后思考
- pytest 有几种运行方式,分别对应的使用场景是什么
- pytest 如何生成测试用例执行报告