Releases: codeceptjs/codeceptjs-resemblehelper
codeceptjs-resemblehelper v1.9.7
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
Thanks to contributions from @kiran37 and @ukiras123, compatible with nodejs v16.x
codeceptjs-resemblehelper v1.9.5
Thanks a lot to @jpmschuler @mirao for their fixes and improving the helper.
Fixes the following issues:
codeceptjs-resemblehelper v1.9.4
Thanks to @stracker-phil @fsblemos for fixing the issue #88 and helping refactor for the new release.
codeceptjs-resemblehelper v1.9.3
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
Fixes issue with default Skip Failure option: #71
codeceptjs-resemblehelper v1.9.1
codeceptjs-resemblehelper v1.8.0
codeceptjs-resemblehelper v1.7.0
Thanks to contributions from @pablopaul @Kartikeya99 @tairun
codeceptjs-resemblehelper v1.6.0
Features and Issues addressed as part of this release.
- Support for Puppeteer, thanks to @DavertMik #24
- Support for Allure Reporter and Diff Plugin, thanks @Kartikeya99 #26
- Support for Cloud Storage, now save base images and diff images on AWS storage and pull them in your Builds directly, thanks @Kartikeya99 #28
- Support for Full Page screenshots via Puppeteer support.
- Support for Adding IgnoredBox option, and ignoring a section of the application
- Support for taking Screenshot of an element/section, using them for comparison.
and some minor fixes