如何在无头浏览器中运行使用Selenium IDE(Firefox插件)制作的测试用例?
当我使用firefox插件创建测试用例时,它将它们保存为.html文件。
我正在尝试设置一种在无头浏览器中运行它们的方法(使用phantomJS或其他工具/ lib)。我见过很多人提到在一个隐藏的框架中运行firefox,但这与无头(即PhantomJS)不一样
我已经想出如何从命令行运行selenium测试用例,但只能在firefox中运行,或者说,我无法让它在phantomjs上运行.html测试用例:
java -jar selenium-server-standalone-2.39.0.jar -htmlSuite "*firefox" "http://127.0.0.1" "ts-ProjectList/TestSuite.html" "ProjectList-results.html"
我知道IDE可以导出不同语言的测试用例,但我希望非技术团队成员能够使用firefox插件创建测试。
答案 0 :(得分:0)
将“* firefox”更改为phantomjs可以帮助您入门。
你需要phantomJS驱动程序: http://selenium.googlecode.com/svn/trunk/docs/api/py/webdriver_phantomjs/selenium.webdriver.phantomjs.webdriver.html