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

only show failed issues #15

Merged
merged 9 commits into from
Oct 16, 2024
Merged

only show failed issues #15

merged 9 commits into from
Oct 16, 2024

Conversation

cviddy
Copy link
Collaborator

@cviddy cviddy commented Oct 15, 2024

This PR fixes #4 in only showing the failed test scenarios in the summary. This would clean up a lot of the cached runs data and only display the failed stacktrace in the report.

Note: This only appears to work for playwright test reports at this moment, which I believe is due to how antioch parallelizes the test cases and gives them each an unique report name. There is some additional work to do there.

Before
Screenshot 2024-10-16 at 2 51 11 PM
After
Screenshot 2024-10-16 at 2 51 31 PM

@cviddy
Copy link
Collaborator Author

cviddy commented Oct 16, 2024

Also fixes issue reported here: dorny#142

@cviddy cviddy merged commit 53d6d65 into main Oct 16, 2024
7 checks passed
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

Successfully merging this pull request may close these issues.

Limit returned test grid to just failures
1 participant