After upgrading to Protractor 4.0.0 and configuring it due to cracking changes, we finally run our tests.
Now the problem is that after a test run it fails:
[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 causes it?
Tried to start Protractor in "troubleshooting" mode:
$ protractor config/local.conf.js --troubleshoot
but got exactly the same result without any error details.
javascript angularjs testing selenium-webdriver protractor
alecxe
source share