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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
feat(#119): Force the next test to fail when a "before" or "beforeEach" hook fails, so the execution is marked as "failed", and fail fast mode can be enabled.
feat: Add logs when skip mode is enabled, and when Cypress runner is stopped.
Changed
refactor: Improve code readability
chore(deps): Update dependencies
Removed
feat: Do not apply fail fast on other hooks apart from "before" and "beforeEach"
BREAKING CHANGES
Fail fast is only applied on "before" and "beforeEach" hooks failures. Other hooks are ignored.