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
I use Cucumber ReRun with a file mechanism and by the end of the execution I have two json files (If there are any retry tests)
cucumber.json
cucumber-retry.json
(Files attached) Archive.zip
Expected:
Based on the comments, if there's a test with same ID in different json files; report should display only the latest execution with these configs are true.
I have an Automation FW with following setup.
Java: 11
Cucumber: 6.6.0
TestNG: 7.1.0
Cucumber Maven Reporting: 5.3.0
I use Cucumber ReRun with a file mechanism and by the end of the execution I have two json files (If there are any retry tests)
cucumber.json
cucumber-retry.json
(Files attached)
Archive.zip
Here's my CucumberReporting plugin
Expected:
Based on the comments, if there's a test with same ID in different json files; report should display only the latest execution with these configs are true.
Actual:
Generated report still shows the retry attempts.
The text was updated successfully, but these errors were encountered: