Presentation about integration tests with Cypress given to the Compasso UOL company.
The following tools were used in this project:
npx create-react-app cypress-course
npm install cypress
You can follow the step by step through this tutorial
npm install --save-dev miragejs
We can find a Mirage JS tutorial here.
npm start
npx cypress open