Skip to content

Commit

Permalink
Merge pull request #113 from javierbrea/release
Browse files Browse the repository at this point in the history
Release v2.4.0
  • Loading branch information
javierbrea authored Jun 10, 2021
2 parents 536e962 + a68a6b3 commit ed59c70
Show file tree
Hide file tree
Showing 19 changed files with 1,072 additions and 752 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
### BREAKING CHANGES

## [2.4.0] - 2021-06-10

### Added
- feat(#91): Enter skip mode if any hook fails

### Changed
- chore(deps): Update devDependencies

## [2.3.3] - 2021-05-29

### Changed
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ It can be configured to skip all remaining tests in current spec file, in curren
## Table of Contents

- [Installation](#installation)
- [Limitations and notes](#limitations-and-notes)
- [Configuration](#configuration)
* [Environment variables](#environment-variables)
* [Configuration by test](#configuration-by-test)
Expand Down Expand Up @@ -47,6 +48,11 @@ From now, if one test fail after its last retry, the rest of tests will be skipp

![Cypress results screenshot](docs/assets/cypress-fail-fast-screenshot.png)

## Limitations and notes

* All spec files will be loaded, even after entering "skip mode", but every tests and hooks inside them will be skipped.
* The `spec` strategy does not work in headed mode, because for Cypress events it is like running a single spec.

## Configuration

### Environment variables
Expand Down
Loading

0 comments on commit ed59c70

Please sign in to comment.