Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 449 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 449 Bytes

Docker + Nightmare.js example

Example repo for demonstrating how to run e2e tests with Docker and Nightmare.js

Up and Running

First you need to build the docker image

docker build -t docker-nightmare-example .

Then you run the test command in the container using xvfb

docker run -it docker-nightmare-example