【发布时间】:2016-09-12 17:46:07
【问题描述】:
我试图设置 Intellij 来调试我的量角器测试,但我遇到了一个对我来说没有意义的错误。 (不是错误在说什么,而是为什么它告诉我这个。)
首先,我按照这里的说明进行操作:How to debug angular protractor tests in WebStorm
包括确保我将--harmony 添加到节点参数行。
然后我尝试运行脚本并收到以下错误消息:
Error: No selenium server jar found at the specified location (/Users/x/Projects/v/node_modules/protractor/selenium/selenium-server-standalone-2.52.0.jar). Check that the version number is up to date.
然后我执行
$ webdriver-manager update
selenium standalone is up to date.
chromedriver is up to date.
我在使用 Intellij 2016 的 MacOS (El Capitan) 上。节点已更新到 6.0.0。
【问题讨论】:
标签: node.js intellij-idea protractor