cypress-image-snapshot

Catch visual regressions in Cypress

MIT License

Stars
876
Committers
13

Bot releases are visible (Hide)

cypress-image-snapshot - https://github.com/jaredpalmer/cypress-image-snapshot/releases/tag/v4.0.1 Latest Release

Published by github-actions[bot] over 3 years ago

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.
cypress-image-snapshot -

Published by jaredpalmer almost 4 years ago

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

https://github.com/palmerhq/cypress-image-snapshot/compare/v3.1.1...v4.0.0

cypress-image-snapshot - v3.1.1

Published by github-actions[bot] over 5 years ago

Bug Fixes:

  • Fix issue where Windows paths were handled incorrectly (#88)
cypress-image-snapshot - v3.1.0

Published by jackjocross over 5 years ago

New Features:

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

Published by jackjocross over 5 years ago

New Features:

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

Bug Fixes:

  • Fix issue where custom screenshotsFolder was not accounted for (#81)
cypress-image-snapshot -

Published by jackjocross over 5 years ago

Bug Fixes:

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

Published by jackjocross almost 6 years ago

Breaking:

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