SimitTomar / wdio-cucumber-parallel-execution

A WebdriverIO capability for running Cucumber scenarios in parallel.
25 stars 10 forks source link

Better consolidation handling for parallel execution #26

Open stephenrafferty3 opened 2 years ago

stephenrafferty3 commented 2 years ago

Currently the getConsolidatedData function merges scenario json reports that come from the same feature file. When scenarios are then retried using specFileRetries, failed scenarios are still added to the report even if one of the retries pass.

Would it be possible to have an option to ignore failures if the retry passes?

Sunny-sp commented 2 years ago

Hi, did anyone got solution for Empty Json array for html report generation.