Skip to content
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

Show results per test aswell as per group #350

Closed
Regenhardt opened this issue Jun 3, 2021 · 2 comments
Closed

Show results per test aswell as per group #350

Regenhardt opened this issue Jun 3, 2021 · 2 comments

Comments

@Regenhardt
Copy link

Is your feature request related to a problem? Please describe.

We have many e2e-Tests, where each test consists of multiple nested describe-Blocks, each having several it-Blocks. This generates a report as shown in the screenshot below.
The stats in the upper right corner shows, how many tests succeeded or failed - except it counts each individual failing it-Block. Since one failing it-Block usually makes every consecutive Block in that test fail aswell, which multiplies the "failed" tests, although it's only the one test that failed.

Describe the solution you'd like

We'd like to have a stat that shows the number of succeeded and failed tests overall, to have the actual number of failing test scenarios on the report, which is of interest for he overall state of the application. Mockup added below.

Describe alternatives you've considered

We thought about implementing it ourselves, which would take quite some time as none of us really know the tool, so it would be full of hacks stuffing the information into the existing report.

Additional context

Current report:

image

Possible solution:

image

@kolbasik
Copy link
Contributor

Hi @Regenhardt , mochawesome does not make a report by itself. It uses mochawesome-report-generator to make the html file.
I think it's better to move this question there.

@Regenhardt
Copy link
Author

Oh you're correct, it should be over there, thanks. I will open the issue there and close this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants