Skip to content

5um1th/protractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protractor Dockerfile

Usage

Start the selenium hub, the selenium browser nodes and the app server:

docker-compose up -d chrome firefox

Run the protractor tests:

docker-compose run --rm protractor

Stop and remove the started docker containers:

docker-compose stop && docker-compose rm -vf

Debug

Start the debug browser nodes along with the selenium hub and app server:

docker-compose up -d chromedebug firefoxdebug

Connect to the chrome debug node via VNC (password: secret):

open vnc://$DOCKER_HOST_IP:5900

Connect to the firefox debug node via VNC (password: secret):

open vnc://$DOCKER_HOST_IP:5901

Next run the protractor tests as shown above.

License

Released under the MIT license.

Author

Sebastian Tschan

About

Protractor Dockerfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published