mpkorstanje commented on issue #150: SUREFIRE-1372 Filter tests to be rerun by description URL: https://github.com/apache/maven-surefire/pull/150#issuecomment-375619885 It would appear that your XML snippets have been truncated. Anyway. As of 2.x `cucumber-jvm` does not map steps to test cases by default (https://github.com/cucumber/cucumber-jvm/pull/1159, https://github.com/cucumber/cucumber-jvm/pull/1135). They don't properly map to JUnits concept of test cases. This results in odd behavior in various places. You can control this setting by providing the `--step-notifications` option or through `@CucumberOptions(junit = "--no-step-notifications")` .
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
