• <small id='RG8sp'></small><noframes id='RG8sp'>

    1. <legend id='RG8sp'><style id='RG8sp'><dir id='RG8sp'><q id='RG8sp'></q></dir></style></legend>
    2. <tfoot id='RG8sp'></tfoot>

        <bdo id='RG8sp'></bdo><ul id='RG8sp'></ul>
        <i id='RG8sp'><tr id='RG8sp'><dt id='RG8sp'><q id='RG8sp'><span id='RG8sp'><b id='RG8sp'><form id='RG8sp'><ins id='RG8sp'></ins><ul id='RG8sp'></ul><sub id='RG8sp'></sub></form><legend id='RG8sp'></legend><bdo id='RG8sp'><pre id='RG8sp'><center id='RG8sp'></center></pre></bdo></b><th id='RG8sp'></th></span></q></dt></tr></i><div id='RG8sp'><tfoot id='RG8sp'></tfoot><dl id='RG8sp'><fieldset id='RG8sp'></fieldset></dl></div>

      1. 量角器运行后出现 uncaughtException

        时间:2023-06-15
        • <bdo id='yIIHE'></bdo><ul id='yIIHE'></ul>

          <tfoot id='yIIHE'></tfoot>

            <i id='yIIHE'><tr id='yIIHE'><dt id='yIIHE'><q id='yIIHE'><span id='yIIHE'><b id='yIIHE'><form id='yIIHE'><ins id='yIIHE'></ins><ul id='yIIHE'></ul><sub id='yIIHE'></sub></form><legend id='yIIHE'></legend><bdo id='yIIHE'><pre id='yIIHE'><center id='yIIHE'></center></pre></bdo></b><th id='yIIHE'></th></span></q></dt></tr></i><div id='yIIHE'><tfoot id='yIIHE'></tfoot><dl id='yIIHE'><fieldset id='yIIHE'></fieldset></dl></div>
              <tbody id='yIIHE'></tbody>

            1. <small id='yIIHE'></small><noframes id='yIIHE'>

                  <legend id='yIIHE'><style id='yIIHE'><dir id='yIIHE'><q id='yIIHE'></q></dir></style></legend>

                • 本文介绍了量角器运行后出现 uncaughtException的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  在升级到 Protractor 4.0.0 并因重大更改调整配置后,我们终于启动了测试.

                  After upgrading to Protractor 4.0.0 and adjusting the config because of the breaking changes, we finally have our tests launching.

                  现在,问题是在测试运行后它失败了:

                  Now, the problem is that after a test run it fails with:

                  [09:52:22] E/launcher - "process.on('uncaughtException'" error, see launcher
                  [09:52:22] E/launcher - Process exited with error code 199
                  

                  如何调试此问题并了解其原因?

                  How to debug this problem and understand what is causing it?

                  尝试在疑难解答"模式下运行 Protractor:

                  Tried to run Protractor in "troubleshoot" mode:

                  $ protractor config/local.conf.js --troubleshoot
                  

                  但得到完全相同的输出,但没有关于错误的详细信息.

                  but got exactly the same output with no details about the error.

                  推荐答案

                  这是目前正在修复应该是一个热修复很快.快速修复(在热修复发布之前)是更改 node_modules 中的代码或恢复到 3.3.0.

                  This is currently being fixed and there should be a hot fix out soon. The quick fix (before the hot fix is released) is to change the code in your node_modules or revert to 3.3.0.

                  编辑 node_modules/protractor/built/launcher.js 将第 168 行的 uncaughtException 替换为:

                  Edit node_modules/protractor/built/launcher.js replace the uncaughtException at line 168 with:

                      process.on('uncaughtException', function (e) {
                      var errorCode = exitCodes_1.ErrorHandler.parseError(e);
                      if (errorCode) {
                          var protractorError = e;
                          exitCodes_1.ProtractorError.log(logger, errorCode, protractorError.message, protractorError.stack);
                          process.exit(errorCode);
                      }
                      else {
                          logger.error(e.message);
                          logger.error(e.stack);
                          process.exit(exitCodes_1.ProtractorError.CODE);
                      }
                  });
                  

                  这篇关于量角器运行后出现 uncaughtException的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:量角器给出“无法启动 WebDriver 会话";错误 下一篇:在 Protractor 中模拟慢速打字

                  相关文章

                • <i id='IV152'><tr id='IV152'><dt id='IV152'><q id='IV152'><span id='IV152'><b id='IV152'><form id='IV152'><ins id='IV152'></ins><ul id='IV152'></ul><sub id='IV152'></sub></form><legend id='IV152'></legend><bdo id='IV152'><pre id='IV152'><center id='IV152'></center></pre></bdo></b><th id='IV152'></th></span></q></dt></tr></i><div id='IV152'><tfoot id='IV152'></tfoot><dl id='IV152'><fieldset id='IV152'></fieldset></dl></div>

                  <legend id='IV152'><style id='IV152'><dir id='IV152'><q id='IV152'></q></dir></style></legend>

                  <small id='IV152'></small><noframes id='IV152'>

                    <bdo id='IV152'></bdo><ul id='IV152'></ul>

                    <tfoot id='IV152'></tfoot>