小编典典

量角器0.16.1 e2e AngularJS-启动selenium独立服务器…events.js:72错误:生成ENOENT

selenium

尝试的项目:https :
//github.com/yearofmoo/angularjs-seed-
repo

环境:

Windows 7 64位
NodeJS v 0.10.24
量角器v 0.16.1
grunt v0.4.2
grunt-cli v0.1.11

笔记:

对于selenium,根据[Julie的帖子] [1],install_selenium_standalone已由13/2/13左右的webdriver-
manager二进制文件代替。这似乎与问题有关。

另外,必须将git安装在项目目录中,并且必须在Windows中使用Git Bash运行npm install。

Git Bash错误:

$ grunt test:e2e –debug
运行“ connect:testserver”(连接)任务
[D]任务源:c:\ nodejs-0.10.24 \ node_modules \ grunt-contrib-connect \ tasks \
conn ect.js开始连接Web 127.0.0.1:9999上的服务器。

运行“量角器:singlerun”(量角器)任务
[D]任务源:c:\ nodejs-0.10.24 \ node_modules \ grunt-protractor-runner \ tasks \
pr otractor_runner.js启动selenium独立服务器…

events.js:72
throw er; //未处理的’错误’事件
^
错误: 在Process.ChildProcess._handle.onexit(child_process.js:771:34)的
errnoException(child_process.js:980:11)
处生成ENOENT

致命错误:量角器退出,代码为:8


阅读 240

收藏
2020-06-26

共1个答案

小编典典

Java是运行Selenium所必需的,因此看来您没有任何东西。

2020-06-26