Skip to content

This dockerfile contains the steps to create an image with firefox 43 and a virtual display for CI

License

Notifications You must be signed in to change notification settings

Albertoimpl/docker-firefox-xvfb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

docker-firefox-43-xvfb

This dockerfile contains the steps to create an image with firefox 43 and a virtual display for CI, ideal for protractor tests. DockerHub: https://hub.docker.com/r/albertoimpl/firefox-43-xvfb

In your CI script do not forget to attach the screen with the following commands:

Xvfb -ac :0 -screen 0 1280x1024x16 &
trap 'killall -9 Xvfb' EXIT

About

This dockerfile contains the steps to create an image with firefox 43 and a virtual display for CI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published