Skip to content

Commit 40c53df

Browse files
committed
Updated jest-image-snapshots
Updated peer dependency and tested with Cypress 7
1 parent af5f419 commit 40c53df

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.changeset/late-eggs-grow.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'cypress-image-snapshot': major
3+
---
4+
5+
- Added compatibility with Cypress v7.0.0
6+
- Updated `jest-image-snaphots` to version 4.5.1

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# cypress-image-snapshot
22

3-
## 4.0.1
4-
### Patch Changes
3+
## 5.0.0
4+
5+
### Major Changes
56

7+
- Added compatibility with Cypress v7.0.0
8+
- Updated `jest-image-snaphots` to version 4.5.1
69

10+
## 4.0.1
11+
12+
### Patch Changes
713

814
- [`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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress-image-snapshot",
3-
"version": "5.0.0",
3+
"version": "4.0.1",
44
"description": "Cypress bindings for jest-image-snapshot.",
55
"repository": "https://github.com/palmerhq/cypress-image-snapshot",
66
"author": "Jack Cross <[email protected]>",

0 commit comments

Comments
 (0)