ava: Print pending tests when interrupting AVA, or after a timeout
If you interrupt AVA (Ctrl+C/SIGTERM) while tests are still pending, AVA should print those tests before exiting. Similarly it should print pending tests when --timeout
is reached.
This should help debug which tests are taking too long.
Related to #171.
dflupu earned $80.00 by resolving this issue!
- Checkout the Issuehunt explorer to discover more funded issues.
- Need some help from other developers? Add your repositories on Issuehunt to raise funds.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 23
- Comments: 20 (13 by maintainers)
Commits related to this issue
- Print tests that were pending when a timeout occurs In `--verbose` mode, print tests that were pending when a timeout occurs. See also #583. — committed to avajs/ava by vancouverwill 6 years ago
- Print pending tests on interrupt, and on timeout in mini reporter Fixes #583. — committed to avajs/ava by dflupu 5 years ago
Would be really useful to use
why-is-node-running
to also show why tests are still pending.Just curious, has there been any movement on this issue?
cc: @novemberborn