About
A Next.js TypeScript boilerplate, including SSR, SEO, TailwindCSS, and Cypress
This page is under construction
Testing
Cypress
Cypress is a test runner used for End-to-End (E2E) and Integration Testing.
Run Cypress for the first time to generate examples that use their recommended folder structure:
npm run cypressThis will create a cypress.config.ts at the root of your project. Add baseUrl:
baseUrl: 'http://localhost:3000'