rtfeldman / rtfeldman/node-test-runner
Display number of skipped tests
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 140
- Forks
- 83
- Avg merge
- 8h 25m
- Merged PRs (30d)
- 5
Description
Currently it does not say how many tests were skipped:
Running 148 tests. To reproduce these results, run: elm-test --fuzz 100 --seed 132114825190419
TEST RUN INCOMPLETE because Test.skip was used
Duration: 388 ms
Passed: 148
Failed: 0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the elm-test output path and how Test.skip produces the incomplete-run summary. Update the summary so it reports the number of skipped tests, then run the relevant test command or output tests to verify the count appears alongside Passed and Failed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100