Files
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 &