allure下载、配置(mac)
作者:互联网
1. 下载地址(下载zip版本)
https://github.com/allure-framework/allure2/releases/tag/2.13.10
2. 配置环境变量
PATH="/Users/xxx/software/allure-2.13.2/bin:${PATH}"
export PATH
3. 验证是否配置成功
4. maven依赖
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-junit5</artifactId>
<version>2.13.2</version>
<scope>test</scope>//范围
</dependency>
标签:配置,tag,mac,allure,PATH,2.13,下载 来源: https://blog.csdn.net/GENGXIAONA/article/details/117999785