Does anyone out there know if there is a config that can be added to protractor's e2e.conf.js
so it exits the test once it fails? Default behaviour is that if a test fails early on, you need to wait until it finishes to fix the error.
From a workflow perspective, this is very frustrating.
Any solutions to this problem?
Thanks