view vendor/instaclick/php-webdriver/test/CI/Travis/setup_selenium.sh @ 15:e200cb7efeb3

Update Drupal core to 8.5.3 via Composer
author Chris Cannam
date Thu, 26 Apr 2018 11:26:54 +0100
parents 1fec387a4317
children
line wrap: on
line source
#!/bin/sh

# set up Selenium for functional tests

wget --max-redirect=1 https://goo.gl/s4o9Vx -O selenium.jar

java -jar selenium.jar &