https://github.com/enieber/nextjs-docker-cypress
nextjs with cypress only use docker
https://github.com/enieber/nextjs-docker-cypress
cypress cypress-io docker docker-compose next nextjs node
Last synced: 3 months ago
JSON representation
nextjs with cypress only use docker
- Host: GitHub
- URL: https://github.com/enieber/nextjs-docker-cypress
- Owner: enieber
- Created: 2021-11-05T06:37:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T06:37:44.000Z (over 4 years ago)
- Last Synced: 2025-10-24T01:08:19.727Z (8 months ago)
- Topics: cypress, cypress-io, docker, docker-compose, next, nextjs, node
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nextjs with cypress in docker
this project is the sample how to run nextjs with cypress using docker.
## Dependencies
- docker
- docker-compose
- nodejs and npm (optional)
## To start
- clone project
- run nextjs with docker:
### with npm
* npm run dev:docker
### withoult npm
* docker-compose up nextjs
- run cypress to test:
### with npm
* npm run test:e2e
### withoult npm
* docker-compose up e2e
## Licence
MIT