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

Report failing and unexpected passed tests after run #5

Open
awvwgk opened this issue Sep 11, 2021 · 1 comment
Open

Report failing and unexpected passed tests after run #5

awvwgk opened this issue Sep 11, 2021 · 1 comment

Comments

@awvwgk
Copy link
Member

awvwgk commented Sep 11, 2021

Currently the test status is only printed when the tests are run, but there is no summary in the end. Having a list of all failed unit tests after the run would be quite helpful in practice.

@lewisfish
Copy link

I wanted a summary count of tests failed and passed so have thrown together a minimal working example of this on my fork.
It currently just tracks the amount of tests failed, passed, unexpected passes, skipped, and expected to fail.

I'm happy to open a pull request and work on this further with input from folk if this is a good starting point for what you envision?

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