You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use Jasmine expect in cucumber project. Reason is, I created test using webdriverio and cucumber project. WebDriverIo have its own expect but that stop the test execution once it fail (hard-assert). I would like to run all the steps and fail at the end (soft-assert).
Using Jasmine assertion library in a Cucumber project is currently not possible. There is currently an open issue to add soft assertions for expect-webdriverio. Please get involved you have interest in this. See also discussions in jestjs/jest#13205.
I would like to use Jasmine expect in cucumber project. Reason is, I created test using webdriverio and cucumber project. WebDriverIo have its own expect but that stop the test execution once it fail (hard-assert). I would like to run all the steps and fail at the end (soft-assert).
I would like to override or would like to use Jasmine
instead of WebDriverIO assert https://webdriver.io/docs/assertion
The text was updated successfully, but these errors were encountered: