javierbrea / cypress-fail-fast

A Cypress plugin to skip tests on first failure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

failure in before won't trigger the fast fail.

FrankyXie opened this issue · comments

commented

Hi,
the current library is working when the individual test fail,
but failure in the before method won't trigger the fast fail:
before(() => { expect(false).to.be.true; });