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?
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.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…