webdriverio-community/wdio-html-reporter

Feat: Consolidate rerun spec results to master JSON

Opened this issue · 1 comments

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

You would have to implement this in a pull request