我遇到的问题是,使用htmlsuite命令在cli上执行时,通过firefox插件创建的selenium测试“Selenium IDE”将无法正常工作。测试应该只是在firefox浏览器中打开google.de。 我可以在selenium ide中记录和执行测试,但是当我在cli中执行以下命令时:
java -jar /var/lib/jenkins/jobs/SuiteCRM_CI_Test/selenium-server-standalone-2.48.2.jar -debug -log /home/jenkins/wtflog.log -firoxProfileTemplate /var/lib/jenkins/jobs/SuiteCRM_CI_Test/firefox_profile -htmlSuite *firefox http://google.de /home/koschig/Arbeitsfläche/seleniumtests/googlesuite.html results.html
所有这一切都是,firefox将打开2个标签:一个是第一个“标签”,另一个是以下内容:
chrome://src/content/TestRunner.html?auto=true&multiWindow=true&defaultLogLevel=info&baseUrl=http%3A%2F%2Fgoogle.de&resultsUrl=http://localhost:4444/selenium-server/postResults&test=http%3A%2F%2Flocalhost%3A4444%2Fselenium-server%2Ftests%2Fgooglesuite.html
这让我error, file not found
好吧,我不知道这个网址的前半部分来自哪里,后半部分是用我在命令行中写的参数精心制作的。
有谁知道如何解决这个问题?我预计将打开firefox并访问google.de ...