【问题标题】:"Process finished with exit code 199" is populating when run the config file运行配置文件时填充“进程完成,退出代码 199”
【发布时间】:2017-03-02 10:23:46
【问题描述】:

我执行了配置文件,之后调用浏览器,控制台出现以下错误。

使用的工具 Webstrom/Eclipse 量角器版本:4.0.0


“C:\Program Files (x86)\JetBrains\WebStorm 2016.2.3\bin\runnerw.exe”

"C:\Program Files\nodejs\node.exe"

C:\Users\surya\AppData\Roaming\npm\node_modules\protractor\built\cli.js

C:\samplepro\conf.js

I/hosted - 使用 http://localhost:4444/wd/hub 的 selenium 服务器

I/launcher - 运行 1 个 WebDriver 实例

E/launcher - "process.on('uncaughtException'" 错误,见启动器

E/launcher - 进程退出,错误代码 199

进程以退出代码 199 结束

【问题讨论】:

标签: node.js eclipse jasmine protractor webstorm


【解决方案1】:

Protractor 4.0.0 版有一个重要错误,即 uncaughtException uncaughtException after a Protractor run

你应该使用量角器版本>4.0.1

升级量角器版本后应该可以看到问题所在

【讨论】:

  • 更新量角器“npm install -g protractor”
  • 在更新量角器版本 - "npm install -g protractor" 和 Web 驱动程序更新 - "webdriver-manager update" 后,它对我有用
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2015-12-21
  • 2023-02-20
  • 2020-01-31
  • 1970-01-01
  • 1970-01-01
  • 2018-11-10
  • 2018-09-01
相关资源
最近更新 更多