You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running integration tests using cucumber-junit-platform-engine with maven-surefire-plugin version 3.5.3, the tests are executed and the logs are printed, but the final test summary says:
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
This behavior does not happen in version 3.5.2 — in that version, Cucumber integration tests are correctly counted in the final summary — even though Cucumber scenarios are technically not individual JUnit test methods.
But in version 3.5.3, this seems to have changed:
Tests still run
Output/logs appear
But Tests run: 0 appears at the end
➤ That can mess with CI pipelines or give misleading reports.
Expected Behavior
The final summary should include the number of Cucumber scenarios executed (like in 3.5.2).
firatkucuk, philip-mosquera, menneske2, TinusTinus, mbechto and 29 more