At Brisk we want to make pre-commit testing run 100X faster. Most developers don't run tests before they commit code to git. This is because it simply takes far too long to run tests locally on their development machine. If and when the tests fail they need to stop what they are doing, fix the tests and recommit. This process can continue for several iterations. Brisk fixes this by running your tests on every save. We complete your tests in seconds by syncing your local development folder to our servers and running a large amount of workers concurrently.


