allure 命令行参数
allure 命令行参数 先看看 allure 命令的帮助文档 allure 命令的语法格式 options列表 command列表 generate serve ...
allure 命令行参数 先看看 allure 命令的帮助文档 allure 命令的语法格式 options列表 command列表 generate serve ...
pytest.mark.parametrize 参数化 pytest允许在多个级别启用测试参数化: pytest.fixture() 允许fixture有参数化功能(后面讲解) @pyt ...
什么是confte.py 可以理解为 是一个专门存放 fixture的配置文件 实际开发场景 多个测试用例文件(tets_*.py)的所有用例都需要用登录功能来作为前置操作, 那就不能把 ...