• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

javierbrea / cypress-fail-fast / 23309776691
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: renovate/migrate-config
DEFAULT BRANCH: main
Ran 19 Mar 2026 06:09PM UTC
Jobs 1
Files 7
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Mar 2026 06:08PM UTC coverage: 100.0%. Remained the same
23309776691

push

github

web-flow
Release v8.0.0

### Breaking Changes

- **Configuration no longer uses `Cypress.env()` or environment variables.** All plugin options must be provided via `Cypress.expose()` in the Cypress configuration file.
- Environment-based keys have been renamed:
  - `FAIL_FAST_STRATEGY` → `failFastStrategy`
  - `FAIL_FAST_ENABLED` → `failFastEnabled`
  - `FAIL_FAST_BAIL` → `failFastBail`
- Renamed `parallelCallbacks` plugin option to `hooks`, and changed its structure. Now it is an object with two optional properties: `onFailFastTriggered` and `shouldTriggerFailFast`. The first one is a callback that runs when fail-fast mode is triggered, and receives an object with the strategy being applied and the test that triggered it (`name` and `fullTitle`). The second one is a callback that runs before each test execution and should return `true` to trigger fail-fast mode.
- Removed support for the `parallel` strategy. The plugin now uses hooks that work regardless of the strategy, so there is no need to specify a different strategy for managing parallel runs. It is now the responsibility of the user to implement the coordination mechanism for parallel runs if they want to use that feature.
- The `FAIL_FAST_PLUGIN` option has been removed. Use the combination of `failFastEnabled` and `failFastIgnorePerTestConfig` instead.
- Fail-fast behavior now uses Mocha `this.skip()`, which causes skipped tests to appear as **pending** in the results instead of **skipped**.
- The plugin now requires **Cypress `>= 15.10.0`** and no longer supports older versions.

### Added

- feat: Support configuration via `Cypress.expose()` and new `failFast*` options.
- feat: Add `failFastIgnorePerTestConfig` option to control whether per-test configuration is honored.
- refactor: Migrate plugin and tests to TypeScript.
- test(e2e): Simplify and speed up E2E tests.

### Changed

- refactor: Use Mocha `this.skip()` internally instead of `Cypress.stop()` to implement fail-fast behavior.
- test(e2e)... (continued)

42 of 42 branches covered (100.0%)

Branch coverage included in aggregate %.

111 of 111 new or added lines in 5 files covered. (100.0%)

111 of 111 relevant lines covered (100.0%)

6.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23309776691.1 19 Mar 2026 06:09PM UTC 7
100.0
GitHub Action Run
Source Files on build 23309776691
  • Tree
  • List 7
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • cc9768c6 on github
  • Prev Build on release (#10238258429)
  • Next Build on release (#23310254930)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc