我正在尝试从命令行运行Selenium测试(PHP)。 我只能找到在stackoverflow上运行HTML测试的方法。
java -jar selenium-server.jar -htmlSuite“* firefox”“http://10.8.100.106”“C:\ mytestsuite.html”“C:\ results.html”
有没有办法为PHP测试套件做同样的事情?
目前我只知道如何从我的Netbeans IDE运行它们。
答案 0 :(得分:2)
如果您不使用Se,只需按照通常的方式运行PHPUnit套件即可。有关详细信息,请参阅http://www.phpunit.de/manual/3.2/en/organizing-test-suites.html。