Skip to content

Docker image with nightwatch and chrome to run e2e tests from any folder you mount into container

Notifications You must be signed in to change notification settings

mordaha/docker-nightwatch-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nightwatch tests with Chrome

Useful on CI or at site monitoring.

Run local

$ git clone
$ docker build -t your/tag-for-this-image .

$ docker run --rm -v /your/dir/with/tests:/tests your/tag-for-this-image

Sample tests

Look at ./tests/test_example_google_com.js

Run it $ ./runtests.sh

Nightwatch API

API Docs: http://nightwatchjs.org/api

License: MIT

About

Docker image with nightwatch and chrome to run e2e tests from any folder you mount into container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published