annotate vendor/instaclick/php-webdriver/test/CI/Travis/setup_selenium.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
rev   line source
Chris@14 1 #!/bin/sh
Chris@14 2
Chris@14 3 # set up Selenium for functional tests
Chris@14 4
Chris@14 5 wget --max-redirect=1 https://goo.gl/s4o9Vx -O selenium.jar
Chris@14 6
Chris@14 7 java -jar selenium.jar &