set cucumber publish to true

This commit is contained in:
Greg Gauthier 2023-01-27 16:54:29 +00:00
parent f211163922
commit 06b8ff9da0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import org.junit.runner.RunWith;
"usage:target/test-reports/cucumber-usage.json",
"junit:target/test-reports/cucumber-results.xml"
},
publish = false,
publish = true,
stepNotifications = true
)
public class DemoRunner {