Skip to content

Commit 0510252

Browse files
Version Packages (#172)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 17f7927 commit 0510252

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.changeset/long-ducks-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# cypress-image-snapshot
2+
3+
## 4.0.1
4+
### Patch Changes
5+
6+
7+
8+
- [`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": "4.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 <jack@palmer.net>",

0 commit comments

Comments
 (0)