Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delbaoliveira/with-cypress
https://github.com/delbaoliveira/with-cypress
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/delbaoliveira/with-cypress
- Owner: delbaoliveira
- Created: 2021-08-05T20:01:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-05T20:01:44.000Z (over 3 years ago)
- Last Synced: 2024-10-11T17:12:56.707Z (3 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cypress + Next.js
This example shows how to configure Cypress to work with Next.js.
## Preview
Preview the example live on [StackBlitz](http://stackblitz.com/):
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/with-cypress)
## Deploy your own
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example):
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/vercel/next.js/tree/canary/examples/with-cypress&project-name=with-cypress&repository-name=with-cypress)
## How to use
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
```bash
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](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).