TimeTrex/vendor/phpunit/phpunit-selenium/.ci/phpunit-environment.conf

9 lines
314 B
Plaintext
Raw Normal View History

2022-12-13 07:10:06 +01:00
[program:selenium]
command=xvfb-run -e /dev/stdout java -Dwebdriver.firefox.bin=/usr/bin/firefox -jar /usr/share/selenium/selenium-server-standalone.jar
autostart=false ; selenium
[program:python-webserver]
command=python -m SimpleHTTPServer 8080
directory=. ; python-webserver
autostart=false ; python-webserver