花费 52 ms
allure 命令行参数

allure 命令行参数 先看看 allure 命令的帮助文档 allure 命令的语法格式 options列表 command列表 generate serve ...

Sun Jun 27 04:40:00 CST 2021 0 330
@pytest.mark.parametrize 参数化总结

pytest.mark.parametrize 参数化 pytest允许在多个级别启用测试参数化: pytest.fixture() 允许fixture有参数化功能(后面讲解) @pyt ...

Sat Jun 19 04:24:00 CST 2021 0 217
conftest文件作用介绍

什么是confte.py ​ 可以理解为 是一个专门存放 fixture的配置文件 实际开发场景 ​ 多个测试用例文件(tets_*.py)的所有用例都需要用登录功能来作为前置操作, 那就不能把 ...

Fri Jun 18 00:04:00 CST 2021 0 181

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM