目前,我正在运行像这样的selenium HTML测试:
java -jar scripts/selenium-server-standalone-2.4.0.jar -browserSessionReuse -htmlSuite *firefox $targetServer ./test/selenium/html/TestSuite.html ./target/selenium/html/TestSuiteResults.html
LoggingSelenium看起来非常有趣,但我不知道如何将它与独立驱动程序一起使用。有没有办法可以通过独立驱动程序和HTML TestSuite来获取测试失败的屏幕截图或运行当前测试的日志?