-
-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated peer dependency and tested with Cypress 7
- Loading branch information
Showing
3 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'cypress-image-snapshot': major | ||
--- | ||
|
||
- Added compatibility with Cypress v7.0.0 | ||
- Updated `jest-image-snaphots` to version 4.5.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
# cypress-image-snapshot | ||
|
||
## 4.0.1 | ||
### Patch Changes | ||
## 5.0.0 | ||
|
||
### Major Changes | ||
|
||
- Added compatibility with Cypress v7.0.0 | ||
- Updated `jest-image-snaphots` to version 4.5.1 | ||
|
||
## 4.0.1 | ||
|
||
### Patch Changes | ||
|
||
- [`17f7927`](https://github.com/jaredpalmer/cypress-image-snapshot/commit/17f7927384bfdbd6cbb65d344c8337d32926b691) Thanks [@jaredpalmer](https://github.com/jaredpalmer)! - When using native retries that come in Cypress v5+ real image failures are marked as passed on the retries because cypress names the snapshots as 'filename (attempt X).png (and there is no configuration option to change this). The fix just removes the ' (attempt X)' suffix from the filename. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "cypress-image-snapshot", | ||
"version": "5.0.0", | ||
"version": "4.0.1", | ||
"description": "Cypress bindings for jest-image-snapshot.", | ||
"repository": "https://github.com/palmerhq/cypress-image-snapshot", | ||
"author": "Jack Cross <[email protected]>", | ||
|