Cypress

Cypress is an end-to-end test automation framework for modern web

Cypress Testing Library

Allows us to run queries like we do with React Testing Library

cy.findByRole('button', { name: /Jackie Chan/i }).click()

yarn test:e2e

Cypress

By Rickard Laurin