rsnext/examples/with-cypress
Zack Tanner 42e17d070b
fix lint in examples (#58630)
#58053 was merged without lint passing.
2023-11-18 18:09:25 +00:00
..
cypress Add Cypress component testing to docs & example (#44869) 2023-02-07 23:42:35 +00:00
public Add with-cypress example (#27900) 2021-08-09 20:57:17 +00:00
src examples: migrate with-cypress example to App Router (#58053) 2023-11-18 10:31:39 -06:00
.gitignore Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
cypress.config.ts Add Cypress component testing to docs & example (#44869) 2023-02-07 23:42:35 +00:00
next-env.d.ts Remove incorrect entries for pnpm debug log (#47241) 2023-03-26 22:26:05 -07:00
package.json examples: migrate with-cypress example to App Router (#58053) 2023-11-18 10:31:39 -06:00
README.md update example Deploy button URLs (#48842) 2023-04-26 13:31:44 -04:00
tsconfig.json fix lint in examples (#58630) 2023-11-18 18:09:25 +00:00

Next.js + Cypress

This example shows how to configure Cypress to work with Next.js.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-cypress with-cypress-app
yarn create next-app --example with-cypress with-cypress-app
pnpm create next-app --example with-cypress with-cypress-app

Deploy it to the cloud with Vercel (Documentation).