This is a fork of the MERN Ecommerce project in which you have over 70 automated integration tests created with Pythagora.
To make it super easy to try out Pythagora, we've added the .env file to the repo so basically you can start right away.
- First, you need to install dependencies
npm install
- Then, if you want to run the tests we created, you can run Pythagora tests with
npm run pythagora-test
- If you want to capture more tests, you can run the Pythagora capture command, open up the browser at http://localhost:3000 and start interacting with the app. You will see that the tests are being recorded as you click around.
npm run pythagora-capture
That's basically it. If you have any questions or feedback, let us know on [email protected]