Skip to content

arunoda/nextjs-e2e-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Next.js E2E Demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published