I'm wanting to use some of the features within Jasmine 3.5 like oneFailurePerSpec
.
If there's a way to do that with Jasmine 2.8, please point me there because it looks like Protractor 5.4.2 uses Jasmine 2.8.
Right now, I'm using a custom reporter to "fail fast" when a spec fails in the e2e suite, but I want to continue running other spec files, not just stop the whole process when 1 it
statement fails.
Any guidance would be welcome! Thanks!