Hi HN. I saw a different post about end of CI so I thought it was a good time to share something I've been working on.
Brisk is a way to run all of your tests from your terminal pre-commit extremely fast. So fast that we can run them on every file save and have the results waiting for you in your terminal.
The link I've shared is a side by side demo of running the React test suite the standard way and with Brisk. It normally takes 3 minutes 12 seconds on my macbook pro but with Brisk I can run it in 12 seconds.
We are at the beginning of our journey so I'd love to hear any feedback about the tool or about the problem space. Any and all comments welcome.
1 comment
[ 3.0 ms ] story [ 11.6 ms ] threadBrisk is a way to run all of your tests from your terminal pre-commit extremely fast. So fast that we can run them on every file save and have the results waiting for you in your terminal.
The link I've shared is a side by side demo of running the React test suite the standard way and with Brisk. It normally takes 3 minutes 12 seconds on my macbook pro but with Brisk I can run it in 12 seconds.
We are at the beginning of our journey so I'd love to hear any feedback about the tool or about the problem space. Any and all comments welcome.