在pytest-html页面,显示测试用例日志

安装pytest、pytest-html

配置日志目录:log_file=./logs/pytest.log

配置pytest-html命令和目录:-vs --html=./report/report.html

控制台运行pytest test_allure.py

相关推荐
我的xiaodoujiao5 分钟前
API 接口自动化测试详细图文教程学习系列9--Requests模块
python·学习·测试工具·pytest
我的xiaodoujiao2 小时前
API 接口自动化测试详细图文教程学习系列10--Requests模块2--举例说明
python·学习·测试工具·pytest
超梦梦梦梦1 天前
playwright&pytest
pytest
不明觉厉二十年4 天前
pytest+pywinauto+pycharm制作mobaxterm 字符串快捷发送器 Demo
ide·pycharm·pytest
春日见6 天前
TEST文件夹:Pytest,集成测试,单元测试
服务器·人工智能·驱动开发·单元测试·计算机外设·集成测试·pytest
TRACER~856 天前
项目实战:pandas+pytest+allure+adb
adb·pandas·pytest
Franciz小测测7 天前
Pytest 并发分组执行引擎(支持UI / 接口自动化测试):从设计到工程落地
pytest
小猪咪piggy7 天前
【接口自动化】(2) pytest 测试框架
运维·自动化·pytest
忘忧记7 天前
Pytest + Requests + YAML 数据驱动+日志模块
网络·python·pytest
清水白石0089 天前
pytest Fixture 设计实战指南:作用域、依赖链、自动清理与测试资源高效复用
python·pytest