Skip to content

Commit

Permalink
Added allure.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Shirish Pandharikar committed Aug 21, 2024
1 parent 5627030 commit 43b2c81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
</dependencyManagement>

<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.6</version>
</dependency>
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-junit5</artifactId>
Expand Down
1 change: 1 addition & 0 deletions src/test/resources/allure.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
allure.results.directory=target/allure-results

0 comments on commit 43b2c81

Please sign in to comment.