1、Allure报告在工程中使用
官网:Allure | Test report and framework for writing self-documented tests
首先找到Allure maven依赖包
在https://mvnrepository.com/artifact/io.qameta.allure/ 搜索依赖,查看版本
1.1、Maven引用testng
<dependency> <groupId>io.qameta.allure</groupId> <artifactId>allure-testng</artifactId>