minijasminenode
minijasminenode copied to clipboard
Feature Request - fail-fast option
+1
+1
+1
+10
In case someone missed it, there's now an realtimeFailure: true
option that can be passed to jasmineNode. It still won't fail (exit) immediately, but it will show error as soon as it's encountered which in our case is good enough.
+1
+1
+1
+1
+1000
It has been a year, any movement on this?
We created a workaround using a Jasmine reporter that has been working really well for our purposes. Put it up today in case it's useful to others: https://github.com/Updater/jasmine-fail-fast
+1
+1
+1
I created a custom reporter for this that closes the web driver session and takes a screenshot on failure that may be helpful to some.
https://github.com/F1LT3R/protractor-jasmine2-fail-whale
+1
+1
+1