prashant-ramcharan / courgette-jvm

Multiprocess | Parallel Cucumber-JVM | Parallelize your Java Cucumber tests on a feature level or on a scenario level.
MIT License
132 stars 38 forks source link

Passed Scenario count not changed after re-run scenario passed #325

Closed SundarHubTest closed 2 years ago

SundarHubTest commented 2 years ago

Hi @prashant-ramcharan

I have used the below config in runner. threads = 4, rerunAttempts = 2, runLevel = CourgetteRunLevel.SCENARIO, rerunFailedScenarios = true,

On successful execution, I have got a courgette-report/index.html as Total Scenario: 27, Passed Scenario: 24, Failed Scenario: 3, Re-run Scenario: 3

But the reality is: 2 more test case got passed on re-run. so I was expected the report should show the below count: Total Scenario: 27, Passed Scenario: 26, Failed Scenario: 1, Re-run Scenario: 3

can you please help me to resolve the above issue.

prashant-ramcharan commented 2 years ago

HI @SundarHubTest

Can you please share the Cucumber and Courgette reports for me to investigate further?

prashant-ramcharan commented 2 years ago

Closing inactive issue