webdriverio-community / wdio-html-reporter

Fork of wdio-html-format-reporter
MIT License
18 stars 27 forks source link

Feat: Consolidate rerun spec results to master JSON #51

Open abhinaba-ghosh opened 3 years ago

abhinaba-ghosh commented 3 years ago

When we set the spec rerun count in wdio configuration file,

  specFileRetries: n

It generates n number of result files even when the same tests are running repeatedly, this increases the number of duplicates in the master report.

To eradicate this use, proposing a check in the aggregator to check for the duplicates and accommodate the latest changes in the master report.

If we already have a solution in place for rerun duplicates, please guide me to the same.

rpii commented 3 years ago

You would have to implement this in a pull request