Skip to content

Instantly share code, notes, and snippets.

@szeidler
Created February 11, 2018 10:09
Show Gist options
  • Save szeidler/d83811afcbff71fc1ab42d2bc7f0d571 to your computer and use it in GitHub Desktop.
Save szeidler/d83811afcbff71fc1ab42d2bc7f0d571 to your computer and use it in GitHub Desktop.
PhantomJS on Docker4Drupal
phantomjs:
image: wernight/phantomjs:2
volumes_from:
- php
links:
- nginx
entrypoint: phantomjs
command: "--ssl-protocol=any --ignore-ssl-errors=true /var/www/html/vendor/jcalderonzumba/gastonjs/src/Client/main.js 8510 1024 768"
@omarlopesino
Copy link

How do you run functional tests with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment