Skip to content

Releases: codeceptjs/codeceptjs-resemblehelper

codeceptjs-resemblehelper v1.9.7

14 Mar 11:58
26419e4
Compare
Choose a tag to compare

Fix empty output settings sent in Resemble options.
Update Readme about AWS support and refactored code to use different endpoints.
Fixed correct image sequence for comparison.

Thanks to contributions from @saadichouaib, @mirao, @komarov-v, @tfr-ds and @pgoellnitz!

codeceptjs-resemblehelper v1.9.6

04 May 15:51
52afc96
Compare
Choose a tag to compare

Thanks to contributions from @kiran37 and @ukiras123, compatible with nodejs v16.x

codeceptjs-resemblehelper v1.9.5

06 Nov 07:23
90595d3
Compare
Choose a tag to compare

Thanks a lot to @jpmschuler @mirao for their fixes and improving the helper.

Fixes the following issues:

#95
#94
#77

codeceptjs-resemblehelper v1.9.4

10 Aug 12:41
3d9974d
Compare
Choose a tag to compare

Thanks to @stracker-phil @fsblemos for fixing the issue #88 and helping refactor for the new release.

codeceptjs-resemblehelper v1.9.3

21 Oct 06:44
6401b45
Compare
Choose a tag to compare

Adds support for Playwright thanks to @peterngtr
Fixes base images options for AWS thanks to @caragpe
Fixes bug with baseline & comparison images write mode @shanplourde

codeceptjs-resemblehelper v1.9.2

08 Jul 12:47
d163f6d
Compare
Choose a tag to compare

Fixes issue with default Skip Failure option: #71

codeceptjs-resemblehelper v1.9.1

16 May 08:10
99b6845
Compare
Choose a tag to compare

Configuration Changes thanks to @jonatask
Added support for Testcase by @guiyomh
Added option to pass resemble configuration by @yankydoo
Fixing canvas and mkdirp package issues thanks for the reports.

codeceptjs-resemblehelper v1.8.0

01 Nov 15:15
70bfa39
Compare
Choose a tag to compare

codeceptjs-resemblehelper v1.7.0

09 Sep 07:40
9c741ba
Compare
Choose a tag to compare

codeceptjs-resemblehelper v1.6.0

25 Jul 10:10
c043b88
Compare
Choose a tag to compare

Features and Issues addressed as part of this release.

  1. Support for Puppeteer, thanks to @DavertMik #24
  2. Support for Allure Reporter and Diff Plugin, thanks @Kartikeya99 #26
  3. Support for Cloud Storage, now save base images and diff images on AWS storage and pull them in your Builds directly, thanks @Kartikeya99 #28
  4. Support for Full Page screenshots via Puppeteer support.
  5. Support for Adding IgnoredBox option, and ignoring a section of the application
  6. Support for taking Screenshot of an element/section, using them for comparison.
    and some minor fixes