Closed kqmpetenz closed 7 months ago
insert the following code snippet to pom
<plugin> <groupId>io.qameta.allure</groupId> <artifactId>allure-maven</artifactId> <version>2.12.0</version> <configuration> <reportVersion>2.27.0</reportVersion> <resultsDirectory>${project.build.directory}/allure-results</resultsDirectory> </configuration> </plugin>
https://github.com/Xceptance/neodymium-example/pull/25
insert the following code snippet to pom