单项选择题
Pytest可以通过哪个命令行参数指定运行测试用例的数量()
A.collect-only
B.maxfail
C.count
D.numprocesses
点击查看答案&解析
相关考题
-
单项选择题
在Allure测试报告中,哪个部分可以显示测试用例的执行历史()
A.Summary
B.Environment
C.Test cases
D.Attachments -
单项选择题
在PyTest中,可以使用哪个装饰器来指定测试用例的优先级()
A.pytest.allure.priority()
B.pytest.allure.severity()
C.pytest.mark.priority()
D.pytest.mark.severity() -
单项选择题
如何在PyTest中使用allure进行测试()
A.使用pytest-allure插件
B.使用pytest-report插件
C.使用pytest-html插件
D.使用pytest-xdist插件
