A Next.js Blog for the Real World Testing with Cypress Curriculum.
yarn install
Start the local dev server.
yarn dev
While the dev server is running, in a separate terminal window, run the following command to launch Cypress.
yarn cypress:open
The practice tests are located in cypress/integration/Practice
The answers are located in cypress/integration/Answers
This repo is a fork of the Next.js Learn Starter