在Webstorm不能调试量角器(它只是挂起)量角器、挂起、Webstorm

2023-09-13 02:48:18 作者:柠檬不萌

我已经得到了我写对一个量角器测试的角度项目,似乎并不能得到调试中Webstorm工作。当我点击运行我的原型配置,测试成功。但是,如果我尝试调试按钮,我得到的变量窗口的线沿线的东西:

I've got an Angular project that I've written a protractor test against, and can't seem to get debugging to work in Webstorm. When I click the Run for my Prototype configuration, it tests successfully. But if I try the Debug button, I get something in the Variables window along the lines of:

--!  Connected to 127.0.0.1:52686

但它只是挂在那儿 - 没有进一步的处理,并推出没有浏览器窗口。有什么我需要配置得到这个工作?

But it just hangs there - no further processing, and no browser window launched. Is there something I need to configure to get this working?

推荐答案

这是一个量角器问题,这应该已经得到解决:

That was a Protractor issue, which should be fixed now:

修复是 - 应该是出下一个版本感谢您的耐心,每个人。​​ - @juliemr

"Fix is in - should be out next release. Thanks for your patience, everyone." - @juliemr

GitHub的问题#552

编辑:在0.20.0版发布了! (0.20.1 Windows用户)。请参见量角器的changelog 。

Released in 0.20.0 version! (0.20.1 for Windows users). See Protractor changelog.