/nextjs-e2e-demo

Next.js E2E Demo

Primary LanguageJavaScriptMIT LicenseMIT

Next.js E2E Testing with Cypress.io

This is an example Next.js application that uses Cypress for E2E testing. We build this app as a part of this live stream. Watch that if you need to learn about details.

Test Results

Run it locally

cd app
yarn
NODE_ENV=test yarn dev
  • Run tests in the CLI with
cd e2e
yarn
yarn test
  • Run tests in the Dev mode
cd e2e
yarn
yarn dev