Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated jest-image-snapshots #208

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/late-eggs-grow.md
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
10 changes: 8 additions & 2 deletions CHANGELOG.md
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.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"examples": "concurrently \"npm run start\" \"npm run cypress:run -- --reporter cypress-image-snapshot/reporter\""
},
"devDependencies": {
"cypress": "^3.1.4",
"cypress-image-snapshot": "^3.0.0"
"cypress": "^7.7.0",
"cypress-image-snapshot": "^5.0.0"
}
}
Loading