-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged report with multiple suites #69
Comments
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 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? |
Yes it's the expected report! |
I think I might suffer under the same (or very similar) problem:
|
@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!
The text was updated successfully, but these errors were encountered: