8 lines
137 B
PHP
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 &
|