Skip to content

alisonelizabeth/docker-nightwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

docker-nightwatch

Dockerfile for running Nightwatch tests on xvfb and chrome.

Example setup

To run the container, mount your working directory that contains the Nightwatch tests to the /tests directory in the container. For example:

docker pull alisonmi/docker-nightwatch:latest
docker run --net=host -v $(pwd):/tests alisonmi/docker-nightwatch:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published