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

Latest commit

 

History

History
18 lines (11 loc) · 791 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 791 Bytes

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