一、运行测试用例
-
hrun运行
运行命令:hrun testcases/testcase
-
pycharm运行
直接对应的.py文件中,运行即可
二、生成测试报告
1. httprunner内置测试报告
1. hrun testcases/ --html=./html/test.html
image.png
2. allure测试报告
- hrun testcases/ --alluredir=allure_results
- allure generate --clean allure_results -o html/
网友评论