Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
/ e2e-docker Public archive

example of end-to-end browser testing with docker

Notifications You must be signed in to change notification settings

rnsloan/e2e-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example application showing end-2-end browser tests with docker containers that can be viewable with a vnc client.

To run:

  • start up the selenium container with make dockerSelenium

  • start up the app container with make dockerRun

  • inside the app container npm install then npm start to start the app on http://0.0.0.0:3030

  • in another terminal window attach inside the app container with make dockerAttach

  • run the tests with npm test

If you are using boot2docker you can view the app at <boot2docker ip>:3030.

To watch selenium with a vnc client: vnc://<boot2docker-ip>:5900 password secret.

HTML templates from: http://materializecss.com

vnc-screenshot

About

example of end-to-end browser testing with docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published