grunt-protractor-runner
grunt-protractor-runner copied to clipboard
[Question] How to force protractor tests to continue running
I'm getting this error: TypeError: Cannot read property 'stack' of undefined
on test 3 of 6. After the 3rd test, the test run stops and my jasmine reporters do not run. Is it possible to force the protractor run to continue?
This also happens under version 5.0.0 when protractor throws an error using the cucumber-js. The tests bomb out and the full run never completes. I found that this was introduced after version 3.2.0. If I drop back to that version all tests run even though one fails. Will update with what version it was introduced once I get some time to try out newer versions.