I decided to build a tool that will enable you to: Change code -> look at failures.
No wait time, no explicit test running.
Under the hood:
- Runs the whole test suite and collects code coverage per test.
- For each auto file save, analyzes the changes on the tests.
- Runs changed tests in the background.
- Display results, the loop time from change to test results is approx 250ms.
Instead of:
code -> alt+tab -> arrow up -> rerun all the tests -> wait ... -> test results code -> alt+tab -> test results!
Check it out! <https://github.com/nabaz-io/nabaz>