jasmine/gulp-jasmine-browser

Support for stopping a spec on expectation failure

Closed this issue · 1 comments

Jasmine 2.3 is introducing the ability to stop the execution of a spec when an expectation fails, similar to what happens if an Error is thrown. A user should be able to configure the phantomjs function to enable this feature. Tracker story for the core feature. This should cause the phantom_runner to add a query param throwFailures=true when loading the page.

Done, also supporting random and catch options