We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running tests in the UI, you'll get a report on top telling you how many tests are passing:
In this case, it seems like 20% of my tests are failing when they're actually skipped. Would be nice if that was communicated.
One of the following would be nice:
Skipped tests not counted:
8/8 passed (100%) 2 skipped
Skipped tests statistics:
8/10 passed (80%) 2/10 skipped (20%)
If the last option, then maybe include failed tests?
1/10 failed (10%) 7/10 passed (70%) 2/10 skipped (20%)
Better understanding of the test run
The text was updated successfully, but these errors were encountered:
agg23
No branches or pull requests
🚀 Feature Request
When running tests in the UI, you'll get a report on top telling you how many tests are passing:
In this case, it seems like 20% of my tests are failing when they're actually skipped.
Would be nice if that was communicated.
Example
One of the following would be nice:
Skipped tests not counted:
Skipped tests statistics:
If the last option, then maybe include failed tests?
Motivation
Better understanding of the test run
The text was updated successfully, but these errors were encountered: