25、pytest的测试报告插件allure

allure简介

在这里,你将找到使用allure创建、定制和理解测试报告所需的一切。开始让你的测试沟通更清晰,更有影响力。

Allure Report是一个实用程序,它处理由兼容的测试框架收集的测试结果并生成HTML报告。

安装allure

1、确保安装了Java版本8或更高版本,并在环境变量中指定了它的目录。

2、下载allure Report发布的alure-*.zip或allure-*.tgz文件。

3、将归档文件解压到任意目录,将bin/allure配置到环境变量中。

场景应用

下载github,allure官网用例

执行测试用例

打开测试报告

相关推荐
Mr_Xuhhh1 小时前
pytest -- fixture
开发语言·python·pytest
Mr_Xuhhh10 小时前
pytest -- 指定⽤例执⾏顺序
开发语言·python·pytest
Mr_Xuhhh14 小时前
pytest -- ⽇志与测试报告
pytest
西游音月3 天前
(5)pytest+Selenium自动化测试-元素定位之XPath定位
selenium·测试工具·pytest
西游音月4 天前
(4)pytest+Selenium自动化测试-元素定位之CSS Selector定位
css·selenium·pytest
淼_@淼6 天前
pytest-数据驱动
pytest
我的xiaodoujiao6 天前
使用 Python 语言 从 0 到 1 搭建完整 Web UI自动化测试学习系列 27--二次封装方法--优化断言结果
python·学习·测试工具·pytest
淼_@淼8 天前
pytest简介
运维·服务器·pytest
奶茶精Gaaa9 天前
【ZJ】Pytest框架搭建
pytest
趙卋傑9 天前
接口自动化测试
python·pycharm·pytest