Codeception / robo-paracept

Robo tasks for Codeception tests parallel execution
MIT License
57 stars 59 forks source link

Add mergeRewrite feature to merge reports tool. #36

Closed maxgorovenko closed 7 years ago

maxgorovenko commented 7 years ago

This feature enables overwriting for the same tests in merged report. For example if you run suite, it has 100 tests, 10 of them failed. You rerun failed tests and get another report. You merge them and doubles are replaced with last ones.

DavertMik commented 7 years ago

Thanks. That should be useful. Nice idea and good implementation