c语言sscanf函数的用法是什么
270
2022-09-19
Pytest----生成allure执行报告
1 编写如下测试脚本
def test_1(): print("in test_1") assert 1==1def test_2(): print("in test_2") assert 1==2def test_3(): print("in test_3") assert 1==1def test_4(): print("in test_4") assert 1==2def test_5(): print("in test_5") assert 1==1def test_6(): print("in test_4") assert 1==2
2 执行如下命令,制定目录生成allure日志
pytest -s --alluredir=./temp
3 执行如下命令指定生成报告的目录,根据执行结果生成allure报告
allure generate ./temp -o ./report
4 此时report目录下有index.html,即allure报告
4 用浏览器打开index.html,如下:
5 点开test_example,如下:
7 切换中文后,如下所示:
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~