Next.js React template for practicing test-driven development with Cypress and Testing Library

A Next.js React template configured to practice test-driven (TDD/ATDD) front-end development. It includes Cypress for acceptance tests, Testing Library and Jest for component/unit tests, Nock for HTTP test doubles, and an example GitHub Actions workflow; suitable for front-end testing practice and building component- or page-level tests.
0