jemishgopani / wdio-json-reporter

A WebdriverIO plugin. Report results in json format. http://webdriver.io
13 stars 32 forks source link

Aggregate rerun results files in master JSON report #59

Closed abhinaba-ghosh closed 6 months 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.

github-actions[bot] commented 7 months ago

Stale issue message