Open ccsuperstar opened 3 years ago
Hi @ccsuperstar
This is the class where I did not have enough time for a UnitTest. But as you can see it is very useful to have a test which tests the expected result.
If you can provide some html test results it would be very helpful.
If not it's also okay 😉
If you use for example these 3 html reports (report_1.html, report_2.html, report_3.html), and you run the merge report command, as it is the first html report that is used to define the suite titles, you will have only the title Acceptance in report.html file reports.zip
While in the other reports, you have Api, Bdd, etc
So, either you have to use a template, or you have to parse all the reports to have all the suites
hi @ccsuperstar
is this the expected report what you want? (Its manually changed for a preview)
Yes it's the expected report!
I think I might suffer under the same (or very similar) problem:
@vansari My PR https://github.com/Codeception/robo-paracept/pull/105 fixes my problem and I think this issue here => thanks in advance for reviewing and merging
@reinholdfuereder Is it possible that you add a test for your changes?
When I run my test runs in parallel, the merged html report does not contain all the suite titles. I think this is because the distribution of tests is done in such a way that each
/_data/parallel_*
file does not always contain tests from each suite.Also, the execution time in the final report is not the maximum execution time.
Before v1, I had made a modification, with a report template file which match with our need, but I'm looking forward to your ideas!