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 Dec 18, 2019. It is now read-only.
From the discussion at webdriverio/webdriverio#1928
Jasmine has implemented the concept of stopping after the first failure: https://github.com/jasmine/jasmine-npm/blob/80e6b334d424202893519e6900568c65a663db40/lib/jasmine.js#L147-L149
However, it simply causes expectations to throw exceptions. Based on the framework tests, those throws are intentionally ignored.
I have been unable to figure out how to properly handle this. If I can get some guidance, I'll PR the changes.
The text was updated successfully, but these errors were encountered: