React-Testing Learning about testing in React including unit, e2e and integration testing with React Testing Library, Jest & Cypress Thanks to team Cypress for this real world demo app ❤️ Original repo Installation yarn install Run the app yarn dev Run unit tests yarn test Run E2E tests (Cypress) yarn run cypress open