jemishgopani/wdio-json-reporter

Aggregate rerun results files in master JSON report

abhinaba-ghosh 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.

Stale issue message