Mercurial > hg > isophonics-drupal-site
view vendor/behat/mink-selenium2-driver/bin/run-selenium-remote.sh @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | |
children |
line wrap: on
line source
#!/usr/bin/env sh set -e echo ' Downloading selenium' docker pull selenium/standalone-firefox:2.53.1 echo ' Running selenium' docker run -d -p 4444:4444 --network=host selenium/standalone-firefox:2.53.1