Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add --fail-fast support #16

Closed
nertzy opened this issue Jan 6, 2015 · 4 comments
Closed

Please add --fail-fast support #16

nertzy opened this issue Jan 6, 2015 · 4 comments

Comments

@nertzy
Copy link

nertzy commented Jan 6, 2015

It would be great to be able to exit on the first spec failure and see its output. It would greatly speed up my testing workflow.

@amavisca
Copy link
Member

amavisca commented Jan 7, 2015

This is something we'd be open to a pull request for in the core, for all of jasmine to access. We've got an issue opened for it here: jasmine/jasmine#414.

@F1LT3R
Copy link

F1LT3R commented Jan 15, 2016

+1

With Protractor we used to be able to use realtimeFailure before, is this no longer available?

  jasmineNodeOpts: {
    realtimeFailure: true,
 }

slackersoft pushed a commit to jasmine/jasmine that referenced this issue Jan 30, 2018
… reporting

- Option is called stopOnSpecFailure

[#85966014]
- See #414
- See jasmine/jasmine-npm#16
slackersoft pushed a commit that referenced this issue Jan 30, 2018
- via config object or with `--fail-fast` command line arg

[finishes #89833680]
- See #16
@slackersoft
Copy link
Member

This functionality is in Jasmine 3.0. Use --fail-fast=true

Closing. Thanks for using Jasmine!

@alexch
Copy link

alexch commented May 25, 2018

jasmine/jasmine#1563
seems this isn’t quite working yet

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

No branches or pull requests

5 participants