Files
farmOS-dev/vendor/instaclick/php-webdriver/test/CI/Travis/setup_selenium.sh
2024-12-10 15:08:16 +01:00

8 lines
137 B
PHP

#!/bin/sh
# set up Selenium for functional tests
wget --max-redirect=1 https://goo.gl/s4o9Vx -O selenium.jar
java -jar selenium.jar &