Fix HTML report merging for multiple suites#105
Fix HTML report merging for multiple suites#105reinholdfuereder wants to merge 1 commit intoCodeception:masterfrom
Conversation
So far only the suites of the first HTML report were in the final merged HTML report. And when the first HTML report (luckily) already contained all suites, then all tests from the other HTML reports were always merged into the first suite (instead of the same non-first one).
Hm, I (as a complete newbie to this project) would say please open a new issue for that, because:
|
|
@reinholdfuereder Thank you for your contribution. Is it possible that you write a Unit Test which covers this new changes? Thanks a lot. |
|
@vansari maybe i will write some unit tests. I have the same issue know and need the fix in the upstream/master 😄 |

Fixes #69
So far only the suites of the first HTML report were in the final merged HTML report.
And when the first HTML report (luckily) already contained all suites, then all tests from the other HTML reports were always merged into the first suite (instead of the same non-first one).