drashland / rhum

A test double library
https://drash.land/rhum
MIT License
91 stars 6 forks source link

Real-time results #78

Closed crookse closed 3 years ago

crookse commented 3 years ago

Summary

What: Currently, Rhum doesn't display PASS / SKIP / FAIL results in real time.

Why: Debugging works best if the results are displayed in real time especially for async ops so that console.log() calls can be used and seen without having to wait for a test plan to finish running.

Acceptance Criteria