1. install with npm
2. run capturing command
3. run test command
Since each test is made from each API request - the time it takes you to create an API request is the time it takes you to create a test
We're able to get from 0 to 80 code coverage in 30 minutes
Developers either spend 20-30% of the time on writing tests or just don't write tests at all because of the lack of time
With Pythagora, you can work on the codebase instead of working on tests