Only show failing tests
Open
- Dominant language
- JavaScript
- Stars
- 3k
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to only log the failing tests, especially if there are a lot of tests to run. It can be difficult to find the failing tests when you have a lot of them. For example, [here is the CI log for `simple-icons` (40,000 tests)](https://github.com/simple-icons/simple-icons/runs/4327123404#step:6:21).
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating uvu's test-result logging and reporter entry points, then compare their output with the linked simple-icons CI log. Determine where passing tests are emitted and verify that a run with many tests reports only failures while preserving useful failure details.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100