set cucumber publish to true
This commit is contained in:
parent
f211163922
commit
06b8ff9da0
@ -16,7 +16,7 @@ import org.junit.runner.RunWith;
|
|||||||
"usage:target/test-reports/cucumber-usage.json",
|
"usage:target/test-reports/cucumber-usage.json",
|
||||||
"junit:target/test-reports/cucumber-results.xml"
|
"junit:target/test-reports/cucumber-results.xml"
|
||||||
},
|
},
|
||||||
publish = false,
|
publish = true,
|
||||||
stepNotifications = true
|
stepNotifications = true
|
||||||
)
|
)
|
||||||
public class DemoRunner {
|
public class DemoRunner {
|
||||||
|
Loading…
Reference in New Issue
Block a user