https://github.com/patocallaghan/next-cypress-test
https://github.com/patocallaghan/next-cypress-test
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/patocallaghan/next-cypress-test
- Owner: patocallaghan
- Created: 2021-06-23T11:16:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-23T15:58:40.000Z (almost 4 years ago)
- Last Synced: 2025-03-22T16:38:55.846Z (3 months ago)
- Language: JavaScript
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Spike of using Next.js with Cypress
#### Instructions```
yarn
yarn dev // In one terminal window to run the Next.js app// Run either of the following in another terminal window
yarn cypress:open
yarn cypress:run