You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?The text was updated successfully, but these errors were encountered: