elm-explorations / elm-explorations/test
Meta: show which tests are currently running
Open
- Dominant language
- Elm
- Stars
- 244
- Forks
- 40
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 2
Description
Sometimes there's a test that takes long / the tested code hits an infinite loop etc., and it's hard to figure out which test is the culprit. If we showed currently running tests in the CLI, it would be easier to find. (Passing tests would hide after finishing, failing tests would probably stay.)
Inspiration:
https://twitter.com/janiczek/status/1741885233396412765?t=GtCzN6GEIKHUn3C-SJcHEg&s=19
Why meta: this would be the job for the runners, not for this library (IMO)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.