Jest Image Snapshot Versions Save

✨ Jest matcher for image comparisons. Most commonly used for visual regression testing.

v6.4.0

5 months ago

6.4.0 (2023-12-11)

Features

  • add configurable maxBuffer option to runDiffImageToSnapshot (#344) (befad8b)

v6.3.0

5 months ago

6.3.0 (2023-11-28)

Features

v6.2.0

9 months ago

6.2.0 (2023-07-25)

Features

  • allow configuration of postfix for received screenshots filename (#328) (bade294)

v6.1.1

9 months ago

6.1.1 (2023-07-25)

Bug Fixes

v6.1.0

1 year ago

6.1.0 (2022-12-02)

Features

v6.0.0

1 year ago

6.0.0 (2022-11-03)

  • chore(jest)!: add support for jest v29 (#309) (79e53fc), closes #309

BREAKING CHANGES

  • Drop support for Node v12 and Node v17, as Jest v29 does not support these versions.

  • ci(release): use Node v16 for release action

Node v16 is the current active LTS release of Node.JS

Co-authored-by: Jamie King [email protected]

Co-authored-by: Jamie King [email protected]

v5.2.0

1 year ago

5.2.0 (2022-08-31)

Features

  • remove snap suffix if use custom identifier (#305) (775ac0a)

v5.1.1

1 year ago

5.1.1 (2022-08-25)

Bug Fixes

v5.1.0

1 year ago

5.1.0 (2022-05-30)

Features

  • allow storing received screenshot on failure (#298) (cfb81c9)

v5.0.0

1 year ago

5.0.0 (2022-05-30)

chore

BREAKING CHANGES

  • jest: drop support for Node 10 due to jest use of globalThis in Node 12