25、pytest的测试报告插件allure

allure简介

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

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

安装allure

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

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

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

场景应用

下载github,allure官网用例

执行测试用例

打开测试报告

相关推荐
开源优测16 小时前
深度解析 Pytest 中的 conftest.py
pytest
天天要nx1 天前
D105【python 接口自动化学习】- pytest进阶参数化用法
python·pytest
天天要nx3 天前
D102【python 接口自动化学习】- pytest进阶之fixture用法
python·pytest
程序猿000001号3 天前
探索Python的pytest库:简化单元测试的艺术
python·单元测试·pytest
爱学测试的雨果4 天前
分布式测试插件 pytest-xdist 使用详解
分布式·pytest
七灵微6 天前
【测试】Pytest
pytest
钱钱钱端6 天前
Pytest参数详解 — 基于命令行模式!
自动化测试·软件测试·python·jmeter·职场和发展·pytest·压力测试
blues_C7 天前
Pytest-Bdd vs Behave:选择最适合的 Python BDD 框架
自动化测试·python·pytest·测试框架·bdd
天天要nx7 天前
D101【python 接口自动化学习】- pytest进阶之fixture用法
python·pytest
大霞上仙7 天前
pytest入门五:命令行参数
pytest