IntelliJ中的量角器调试配置

时间:2018-04-11 12:44:57

标签: typescript debugging intellij-idea protractor

我一直试图在IntelliJ中设置节点JS运行/调试配置来运行我的量角器测试。起初,我在调试时遇到以下错误(注意:运行完美无缺)

    Waiting for the debugger to disconnect...
15:37:45] I/launcher - Running 1 instances of WebDriver
[15:37:45] I/hosted - Using the selenium server at http://localhost:4444/wd/hub
[15:37:45] I/BlockingProxy - Starting BlockingProxy with args: --fork,--seleniumAddress,http://localhost:4444/wd/hub,--logDir,bp-logs,--highlightDelay,80
[15:37:45] E/BlockingProxy - Starting inspector on 127.0.0.1:65281 failed: address already in use
[15:37:45] E/BlockingProxy - Exited with 12
[15:37:45] E/BlockingProxy - signal null
[15:37:45] E/launcher - Error: Error: BP exited with 12
    at ChildProcess.bpProcess.on.on.on (C:\.............)
    at emitTwo (events.js:126:13)
    at ChildProcess.emit (events.js:214:7)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
[15:37:45] E/launcher - Process exited with error code 100

基本上在一些研究之后,我想我需要在节点参数中添加--inspect = 0参数,以便在自由端口上进行调试,并且它可以正常工作,但现在当我调试它时实际上并没有开始执行。它只是说调试器是附加的,但没有别的。

在调试量角器时,有没有其他人在挂起调试器/子进程端口等方面遇到任何问题?

由于

0 个答案:

没有答案