Skip to content

Releases: jaredpalmer/cypress-image-snapshot

v4.0.1

22 Jan 16:33
0510252
Compare
Choose a tag to compare

Patch Changes

  • 17f7927 Thanks @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.

v4.0.0

23 Nov 18:21
Compare
Choose a tag to compare

Major Release

  • Bumped deps including Cypress from 3.x to 4.x which was a peer dep thus this is a major version change.

Commits

  • Create FUNDING.yml 816ad36
  • Update README.md 0ee99c4
  • Merge pull request #147 from jaredpalmer/dependabot/npm_and_yarn/handlebars-4.7.6 af0b9d1
  • Bump handlebars from 4.0.12 to 4.7.6 fa218e2
  • Merge pull request #141 from jaredpalmer/dependabot/npm_and_yarn/examples/elliptic-6.5.3 bb87ec3
  • Merge pull request #146 from jaredpalmer/dependabot/npm_and_yarn/examples/handlebars-4.7.6 78cd033
  • Merge pull request #135 from jaredpalmer/dependabot/npm_and_yarn/examples/websocket-extensions-0.1.4 4b42d2a
  • Merge pull request #139 from jaredpalmer/dependabot/npm_and_yarn/lodash-4.17.19 08874c6
  • Merge pull request #124 from jaredpalmer/dependabot/npm_and_yarn/acorn-5.7.4 7e9d7c3
  • Merge pull request #133 from rileymiller/upgrade-cypress-4.5 336aba9
  • Merge pull request #148 from jaredpalmer/dependabot/npm_and_yarn/examples/tree-kill-1.2.2 5317e36
  • Merge pull request #149 from jaredpalmer/dependabot/npm_and_yarn/examples/http-proxy-1.18.1 dd5b201
  • Merge pull request #154 from jaredpalmer/imgbot d44f5cf
  • Merge pull request #152 from Raag007/patch-2 8810459
  • [ImgBot] Optimize images 1232ab0
  • update jest-image-snapshot "4.2.0", 8998834
  • Bump http-proxy from 1.17.0 to 1.18.1 in /examples 55a402a
  • Bump tree-kill from 1.2.0 to 1.2.2 in /examples 788d528
  • Bump handlebars from 4.0.11 to 4.7.6 in /examples da2d650
  • Bump elliptic from 6.4.0 to 6.5.3 in /examples 84a610a
  • Bump lodash from 4.17.11 to 4.17.19 78fc1c8
  • Bump websocket-extensions from 0.1.3 to 0.1.4 in /examples 7445266
  • bumped cypress peer dependency version ad1a3a6
  • Bump acorn from 5.7.3 to 5.7.4 da269b9

v3.1.1...v4.0.0

v3.1.1

03 Jun 22:12
Compare
Choose a tag to compare

Bug Fixes:

  • Fix issue where Windows paths were handled incorrectly (#88)

v3.1.0

23 May 22:25
Compare
Choose a tag to compare

New Features:

  • Upgrade jest-image-snapshot to 2.8.2 which adds support for a diffDirection option.

v3.0.2

13 May 19:17
Compare
Choose a tag to compare

New Features:

  • Add error message when image sizes are different (#80)

Bug Fixes:

  • Fix issue where custom screenshotsFolder was not accounted for (#81)

v3.0.1

14 Mar 18:32
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed issue that prevented the reporter from being run outside the project root (#68)

v3.0.0

19 Dec 16:02
Compare
Choose a tag to compare

Breaking:

  • Update dependencies (#58)
  • Require Node.js 8 (#60)