Skip to content

codeceptjs-resemblehelper v1.6.0

Compare
Choose a tag to compare
@puneet0191 puneet0191 released this 25 Jul 10:10
· 70 commits to master since this release
c043b88

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