rsnext/examples/with-cypress
Oscar Busk 971b17f1e9
Add ci script to check examples (#28009)
* Add ci script to check examples

* Install moreutils for `sponge` command.

It's not very pretty, but I'm not sure how to replace sponge in a good way in the shell script

* Prettier names in the workflow

* Move "check-examples" into build_test_deploy workflow

* Start breaking the jq script into multiple lines

* Add checks for cleanups in vercel/next.js#27121

* Run the `check-examples.sh` script to cleanup all remaining examples.
2021-08-14 13:34:40 -05:00
..
cypress Add with-cypress example (#27900) 2021-08-09 20:57:17 +00:00
pages Add with-cypress example (#27900) 2021-08-09 20:57:17 +00:00
public Add with-cypress example (#27900) 2021-08-09 20:57:17 +00:00
styles Add with-cypress example (#27900) 2021-08-09 20:57:17 +00:00
.gitignore Add with-cypress example (#27900) 2021-08-09 20:57:17 +00:00
cypress.json Add with-cypress example (#27900) 2021-08-09 20:57:17 +00:00
package.json Add ci script to check examples (#28009) 2021-08-14 13:34:40 -05:00
README.md Add with-cypress example (#27900) 2021-08-09 20:57:17 +00:00

Next.js + Cypress

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

Preview

Preview the example live on StackBlitz:

Open in StackBlitz

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

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

npx create-next-app --example with-cypress with-cypress-app
# or
yarn create next-app --example with-cypress with-cypress-app

Deploy it to the cloud with Vercel (Documentation).