Skip to content

Docker container that bundles Chrome and ChromeDriver

Notifications You must be signed in to change notification settings

Catalysts/docker-chrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

docker-chrome

For web testing, we dockerized an X server with recording and VNC, Chrome and ChromeDriver.

Contents

  • Xvfb running at 1920x1080
  • x11vnc exposing X at Port 5900 with password stsylatac (some clients refuse to connect to a VNC without password set)
  • avconv doing a screen capture of X (WebM)
  • tcpdump capturing everything for post-mortem analysis of browser tests

Output is written to to /tmp/artifacts/<command>.(out|err) so you can easily dump it to any outer system as a volume.

Tags

  • beta will be built with Chrome Beta and the latest ChromeDriver
  • stable will be built with Chrome Stable and the latest ChromeDriver

About

Docker container that bundles Chrome and ChromeDriver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages