I am trying to run Selenium tests (PHP) from the command-line. I can only find ways to run HTML tests on stackoverflow.
java -jar selenium-server.jar -htmlSuite "*firefox" "http://10.8.100.106" "C:\mytestsuite.html" "C:\results.html"
Is there a way to do the same for a PHP testsuite?
Currently I only know how to run them from my Netbeans IDE.