1.在pom.xml中添加依赖和插件
2.编写完测试用例类
3.添加allure.properties ,将测试报告路径放在target目录下
4.运行maven命令mvn clean test allure:report
5.查看测试报告,直接 打开index.html,或运行命令mvn allure:serve
1.在pom.xml中添加依赖和插件
2.编写完测试用例类
3.添加allure.properties ,将测试报告路径放在target目录下
4.运行maven命令mvn clean test allure:report
5.查看测试报告,直接 打开index.html,或运行命令mvn allure:serve