Skip to content

Commit

Permalink
update 2023-11-09T19:17:48
Browse files Browse the repository at this point in the history
  • Loading branch information
qameta-ci committed Nov 9, 2023
1 parent 0172f89 commit f9f8787
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
Example of Allure Report usage with TestNG, Java and Gradle

The generated report is available here: [https://allure-examples.github.io/testng-java-gradle](https://allure-examples.github.io/testng-java-gradle/)

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
testImplementation "org.testng:testng:7.8.0"

testImplementation platform("io.qameta.allure:allure-bom:$allureVersion")
testImplementation "io.qameta.allure:allure-junit5"
testImplementation "io.qameta.allure:allure-testng"

testImplementation "org.slf4j:slf4j-simple:2.0.9"
}
Expand Down

0 comments on commit f9f8787

Please sign in to comment.