Show HN: I built a tool to get instant test results

https://github.com/nabaz-io/nabaz
by _cfl0 • 4 years ago
96 63 4 years ago

I got sick of the old software development loop: Change code -> Run tests -> wait -> wait some more -> look at failures.

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>

Related Stories

Loading related stories...

Source preview

github.com