elm-explorations / test

Write unit and fuzz tests for Elm code.
https://package.elm-lang.org/packages/elm-explorations/test/latest
BSD 3-Clause "New" or "Revised" License
237 stars 39 forks source link

Meta: show which tests are currently running #228

Open Janiczek opened 10 months ago

Janiczek commented 10 months ago

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)