量角器幻像JS挂在Selenium独立服务器上,从http://开始

时间:2014-07-25 06:38:17

标签: angularjs phantomjs protractor

我正在尝试使用Chrome进行开发的量角器和服务器的PhantomJS。问题是,当我尝试使用PhantomJS运行量角器时,它会挂起:

  

Selenium独立服务器在http:// ...

启动

之后什么也没发生。我尝试了很多不同的配置,搜索开放的bug或补丁,但找不到解决方案。有没有人有线索?

我的配置:

capabilities:
{
    'browserName': 'phantomjs',     
    'phantomjs.cli.args': ['--ignore-ssl-errors=true',  '--web-security=false', '--debug=true'],
    'phantomjs.binary.path': './node_modules/phantomjs/bin/phantomjs'
}

1 个答案:

答案 0 :(得分:0)

检查你的phantomJS配置。

Ex:对于Windows:你应该将phantomjs.exe dir添加到PATH,并且sur(用于WS)删除'phantomjs.binary.path':

   capabilities:
   {
       'browserName': 'phantomjs',     
   }

然后:

protractor test/protractor-conf.js

有关详细信息,请参阅此链接:

http://attester.ariatemplates.com/usage/phantom.html