Closed
Description
Output is only generated after running all features
Hi,
I am using cucumber-jvm version 4.2.0
When I am running all features via JUnit and Maven, no output with the running scenarios steps is displayed. The features, scenarios and the corresponding steps results are displayed only when all cucumber tests finish.
After changing cucumber-jvm version to 3.0.2, I saw that the output from Cucumber (running features, scenarios and steps) is displayed in real time.