Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[Question] How to force protractor tests to continue running #161
Comments
|
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting this error:
TypeError: Cannot read property 'stack' of undefinedon 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?