Skip to content
This repository has been archived by the owner on Sep 2, 2018. It is now read-only.

A docker image containing PHP-FPM and Selenium WebDriver, for use in acceptance testing

Notifications You must be signed in to change notification settings

robbert-vdh/docker-symfony-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

This image is meant for acceptance testing using Continuous Integration and contains everything from themecloud/symfony. In addition, this image also contains:

  • Selenium WebDriver
  • Firefox
  • Chrome
  • PhantomJS

NOTE:

Using Chrome might lead to memory issues, as Chrome is very dependent on shared memory. See https://bugs.chromium.org/p/chromium/issues/detail?id=519952. To prevent this you must either mount this image with access to the hosts shared memory (-v /dev/shm:/dev/shm) or with extended privileges (--privileged, not recommanded).

About

A docker image containing PHP-FPM and Selenium WebDriver, for use in acceptance testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages