diff --git a/.changeset/long-ducks-tie.md b/.changeset/long-ducks-tie.md deleted file mode 100644 index 221ce5a..0000000 --- a/.changeset/long-ducks-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'cypress-image-snapshot': patch ---- - -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. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e327ed5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# cypress-image-snapshot + +## 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. diff --git a/package.json b/package.json index 802be83..afa6e58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-image-snapshot", - "version": "4.0.0", + "version": "4.0.1", "description": "Cypress bindings for jest-image-snapshot.", "repository": "https://github.com/palmerhq/cypress-image-snapshot", "author": "Jack Cross ",