- 16. 分布式测试插件之pytest-xdist的详细使用
- 30. 使用 pytest-xdist 分布式插件,如何保证 scope=session 的 fixture 在多进程运行情况下仍然能只运行一次
- 29. 详解 allure.dynamic 动态生成的功能
- 28. 参数化 parametrize @allure.title() 动态生成标题
- 27. allure 命令行参数
- 26. 清空 allure 历史报告记录
- 25. @allure.severity 标记用例级别
- 24. allure 打标记之 @allure.epic()、@allure.feature()、@allure.story() 的详细使用
- 23. allure 的特性之 @allure.link()、@allure.issue()、@allure.testcase() 的详细使用
- 22. allure 的特性之 @allure.description()、@allure.title() 的详细使用
- 21. allure 的特性之 @allure.step()、allure.attach 的详细使用
- 20. 我们需要掌握的 allure 特性
- 19. 超美测试报告插件之 allure-pytest 的基础使用
- 18. allure 环境准备
- 17. pytest-xdist 分布式测试的原理和流程
- 1. 快速入门和基础讲解
- 15. 多重校验插件之 pytest-assume 的详细使用
- 14. 配置文件 pytest.ini 的详细使用
- 13. 重复执行用例插件之 pytest-repeat 的详细使用
- 12. 生成 HTML 测试报告插件之 pytest-html 的详细使用
- 11. 失败重跑插件 pytest-rerunfailures 的详细使用
- 10. fixture 函数中使用参数 request 的详细讲解
- 9. 参数化 @pytest.mark.parametrize
- 8. 使用自定义标记 mark
- 7. skip、skipif 跳过用例
- 6. conftest.py 的详细讲解
- 5. 测试用例执行后的几种状态
- 4. fixture 的详细使用
- 3. setup 和 teardown 的详细使用
- 2. assert 断言详细使用