MithrilJS / ospec

Noiseless testing framework
MIT License
48 stars 13 forks source link

Question: View realtime test progress? #63

Open jonahx opened 1 year ago

jonahx commented 1 year ago

I love ospec and its simplicity. Two questions:

  1. I didn't see this documented, but is it possible to view the test progress in real time. For example, many test runners will show a stream of . or X as each test passes or fails, and these are written to the terminal as soon as the result as in, rather than waiting until all test results are in, and showing them all at once.
  2. If not possible, are there are any plans for this? If not, would this be a welcome feature PR? And if so, how difficult would retrofitting such a feature be?