An open API service indexing awesome lists of open source software.

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

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