npm cypress-fail-fast 3.0.0
Force test to fail when before hook fails

latest releases: 7.1.1, 7.1.0, 7.0.3...
3 years ago

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.

Don't miss a new cypress-fail-fast release

NewReleases is sending notifications on new releases.