我的问题是: selenium独立服务器日志控制台显示空白
重现问题的步骤:
java -jar <location_of_selenium>/selenium-server-standalone-2.25.0.jar -htmlSuite *firefox <website URL> <location_of_selenium>/Test_suite1/Test_suite1_ts <location_of_selenium>/Test_suite1_results.html
预期输出 我的测试中有错误,它应该显示在Selenium日志控制台中,以及在我的selenium文件夹中创建一个日志文件。
平台和其他详细信息:
Selenium版本:2.25.0
操作系统:Ubuntu
浏览器:FireFox
浏览器版本:7
答案 0 :(得分:0)
.html
扩展名才能使日志生效
.html
添加到测试用例文件中。 SOLUTION:将套件文件重命名为Test_suite1_ts.html
答案 1 :(得分:0)
请看看我解决了这个问题: java -jar selenium-server-standalone-2.25.0.jar -htmlSuite * firefox http://libo.ru/ c:\ temp \ selenium \ juzsay \ testSute1.html testresult1.html
其中:
网站网址= http://libo.ru/
location_of_selenium = C:\ temp \ selenium \ juzsay \ testSute1.html(使用Selenium IDE构建)
location_of_selenium = testresult1.html(包含测试结果的文件,位于selenium-server-standalone文件夹中)
一些评论:
1)您应该运行cmd并打开文件夹,其中您的情境中的selenium-server-standalone-2.25.0.jar文件是C:\ tools \ selenium2.0 \
2)获取帮助也可以使用此命令-h