default test report location for bitbucket
This commit is contained in:
parent
6b9c72321b
commit
d23985a6c0
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@ build/
|
||||
|
||||
out/
|
||||
screenshots/*.png
|
||||
test-reports/
|
10
pom.xml
10
pom.xml
@ -127,11 +127,11 @@
|
||||
<cucumber.options>
|
||||
plugin={
|
||||
"pretty",
|
||||
"html:target/reports/cucumber-html-report.html",
|
||||
"json:target/reports/cucumber.json",
|
||||
"pretty:target/reports/cucumber-pretty.txt",
|
||||
"usage:target/reports/cucumber-usage.json",
|
||||
"junit:target/reports/cucumber-results.xml"
|
||||
"html:test-reports/cucumber-html-report.html",
|
||||
"json:test-reports/cucumber.json",
|
||||
"pretty:test-reports/cucumber-pretty.txt",
|
||||
"usage:test-reports/cucumber-usage.json",
|
||||
"junit:test-reports/cucumber-results.xml"
|
||||
},
|
||||
publish=false,
|
||||
stepNotifications=true
|
||||
|
@ -10,11 +10,11 @@ import org.junit.runner.RunWith;
|
||||
glue = {"org.example.webtests.steps"},
|
||||
plugin = {
|
||||
"pretty",
|
||||
"html:target/reports/cucumber-html-report.html",
|
||||
"json:target/reports/cucumber.json",
|
||||
"pretty:target/reports/cucumber-pretty.txt",
|
||||
"usage:target/reports/cucumber-usage.json",
|
||||
"junit:target/reports/cucumber-results.xml"
|
||||
"html:test-reports/cucumber-html-report.html",
|
||||
"json:test-reports/cucumber.json",
|
||||
"pretty:test-reports/cucumber-pretty.txt",
|
||||
"usage:test-reports/cucumber-usage.json",
|
||||
"junit:test-reports/cucumber-results.xml"
|
||||
},
|
||||
publish = false,
|
||||
stepNotifications = true
|
||||
|
Loading…
Reference in New Issue
Block a user