cypress-realworld-testing-blog
cypress-realworld-testing-blog copied to clipboard
A Next.js Blog for the Real World Testing with Cypress Curriculum
Real World Testing with Cypress Blog
A Next.js Blog for the Real World Testing with Cypress Curriculum.
Installation
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
Pratice Tests & Answers
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