damianszczepanik / cucumber-reporting

HTML reports for Cucumber
GNU Lesser General Public License v2.1
545 stars 402 forks source link

Passed, Failed Scenarios/Steps counts are not coming in results #1088

Open np185092 opened 1 year ago

np185092 commented 1 year ago

Previously when we ran tests through the command mvn clean test -P acceptance-test -Dcucumber.options="--tags @accept-test"

scenario and steps count comes like below: image

But with cucumber 7.8.0, only test run info is only coming like below

[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0

How to get the scenario and steps count

np185092 commented 1 year ago

@damianszczepanik can u plz look into it

damianszczepanik commented 1 year ago

Attach JSON file and add note what does "previously" mean