annotate vendor/behat/mink-selenium2-driver/bin/run-selenium-remote.sh @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 1fec387a4317
children
rev   line source
Chris@14 1 #!/usr/bin/env sh
Chris@14 2 set -e
Chris@14 3
Chris@14 4 echo ' Downloading selenium'
Chris@14 5 docker pull selenium/standalone-firefox:2.53.1
Chris@14 6 echo ' Running selenium'
Chris@14 7 docker run -d -p 4444:4444 --network=host selenium/standalone-firefox:2.53.1