Skip to content

Commit

Permalink
Merge pull request #48 from jburel/test_logging
Browse files Browse the repository at this point in the history
unit test
  • Loading branch information
jburel authored Feb 24, 2020
2 parents 11d770b + 44376ef commit 544c2b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,14 @@ dependencies {
}

test {
testLogging {
events "passed", "skipped", "failed", "standardOut", "standardError"
}
// enable TestNG support (default is JUnit)
useTestNG() {
suites "src/test/resources/unit.testng.xml"
}
dependsOn cleanTest
}

dsl {
Expand Down

0 comments on commit 544c2b9

Please sign in to comment.