Skip to content
Snippets Groups Projects
Commit d39e83a6 authored by Nikolaus Krismer's avatar Nikolaus Krismer
Browse files

added comments

parent 6a261740
No related branches found
No related tags found
No related merge requests found
...@@ -273,12 +273,14 @@ publishing { ...@@ -273,12 +273,14 @@ publishing {
test { test {
useTestNG() useTestNG()
// turn on gradle xml report
options { options {
listeners << 'org.testng.reporters.XMLReporter' listeners << 'org.testng.reporters.XMLReporter'
} }
//turn off Gradle's HTML report to avoid replacing the // turn off Gradle's HTML report to avoid replacing the
//reports generated by TestNG library: // reports generated by TestNG library:
reports.junitXml.enabled = false reports.junitXml.enabled = false
reports.html.enabled = false reports.html.enabled = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment