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/
|
out/
|
||||||
screenshots/*.png
|
screenshots/*.png
|
||||||
|
test-reports/
|
10
pom.xml
10
pom.xml
@ -127,11 +127,11 @@
|
|||||||
<cucumber.options>
|
<cucumber.options>
|
||||||
plugin={
|
plugin={
|
||||||
"pretty",
|
"pretty",
|
||||||
"html:target/reports/cucumber-html-report.html",
|
"html:test-reports/cucumber-html-report.html",
|
||||||
"json:target/reports/cucumber.json",
|
"json:test-reports/cucumber.json",
|
||||||
"pretty:target/reports/cucumber-pretty.txt",
|
"pretty:test-reports/cucumber-pretty.txt",
|
||||||
"usage:target/reports/cucumber-usage.json",
|
"usage:test-reports/cucumber-usage.json",
|
||||||
"junit:target/reports/cucumber-results.xml"
|
"junit:test-reports/cucumber-results.xml"
|
||||||
},
|
},
|
||||||
publish=false,
|
publish=false,
|
||||||
stepNotifications=true
|
stepNotifications=true
|
||||||
|
@ -10,11 +10,11 @@ import org.junit.runner.RunWith;
|
|||||||
glue = {"org.example.webtests.steps"},
|
glue = {"org.example.webtests.steps"},
|
||||||
plugin = {
|
plugin = {
|
||||||
"pretty",
|
"pretty",
|
||||||
"html:target/reports/cucumber-html-report.html",
|
"html:test-reports/cucumber-html-report.html",
|
||||||
"json:target/reports/cucumber.json",
|
"json:test-reports/cucumber.json",
|
||||||
"pretty:target/reports/cucumber-pretty.txt",
|
"pretty:test-reports/cucumber-pretty.txt",
|
||||||
"usage:target/reports/cucumber-usage.json",
|
"usage:test-reports/cucumber-usage.json",
|
||||||
"junit:target/reports/cucumber-results.xml"
|
"junit:test-reports/cucumber-results.xml"
|
||||||
},
|
},
|
||||||
publish = false,
|
publish = false,
|
||||||
stepNotifications = true
|
stepNotifications = true
|
||||||
|
Loading…
Reference in New Issue
Block a user