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 #174

Open
Regenhardt opened this issue Sep 10, 2021 · 0 comments
Open

Show results per test aswell as per group #174

Regenhardt opened this issue Sep 10, 2021 · 0 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

(Moved from adamgruber/mochawesome#350)

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

1 participant