Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Implement Stop After Failure Functionality #51

Open
ChadKillingsworth opened this issue May 8, 2017 · 1 comment
Open

Implement Stop After Failure Functionality #51

ChadKillingsworth opened this issue May 8, 2017 · 1 comment

Comments

@ChadKillingsworth
Copy link

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.

@christian-bromann
Copy link
Contributor

I have been unable to figure out how to properly handle this. If I can get some guidance, I'll PR the changes.

@ChadKillingsworth what kind of guidance do you need? Happy to help!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants