Skip to content

Tags: codeceptjs/codeceptjs-resemblehelper

Tags

v1.9.7

Toggle v1.9.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Naive implementation of using different endpoints in aws-sdk (#107)

v1.9.6

Toggle v1.9.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 1.9.6 (#111)

* Updated packages so that it runs on M1 mac (Node v16) (#101)

* up

* update packages

Co-authored-by: ukiras123 <[email protected]>

* Update version

Co-authored-by: Kiran Gautam <[email protected]>
Co-authored-by: ukiras123 <[email protected]>
Co-authored-by: Puneet Kala <[email protected]>

v1.9.5

Toggle v1.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 1.9.5 (#100)

* Fixed optional param in JSDoc and generated TS definition (#99)

* [TASK] fix relative paths for Mochawesome context screenshots (#97)

* [TASK] fix relative paths for Mochawesome context screenshots

* [TASK] improve relative path generation for cases where report is not in default folder

* [TASK] switch to Path.relative

* [TASK] add more pessimistic check for undefined options

* [TASK] resolveRelativePath should not be public

* [FEATURE] allow resemble.compare even if dimensions are not the same (#96)

* [FEATURE] allow resemble.compare even if dimensions are not the same \n\nsee #94

* fix default value overriding custom value "false"

* Update Version, Prepare for release.

Co-authored-by: Jaromir Obr <[email protected]>
Co-authored-by: jpmschuler <[email protected]>

v1.9.4

Toggle v1.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare for Release V1.9.4 (#92)

* New option `compareWithImage` to compare a screenshot with a custom file (#90) (#91)

* Add option `compareWithImage`

* Cleanup changes from previous commit

* Document changes for `compareWithImage` option

* Improve `compareWithImage` documentation

* Fix issues from previous commit

1. Code ignored the flag `config.prepareBaseImage`
2. There was a typo in the function name `_getBaseImageName()`

Co-authored-by: Philipp Stracker <[email protected]>

* Update Version

Co-authored-by: Philipp Stracker <[email protected]>

v1.9.3

Toggle v1.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare for version 1.9.3 (#82)

* support playwright helper (#81)

* Default to config.prepareBaseImage if no param specified (#79)

* Update index.js

We are only downloading the base image if the `options` param explicitly includes the option `{prepareBaseImage: false}`. Otherwise, it will omit downloading the base file, even if the helper configuration includes the prepareBaseImage option.

This change allows us to default to the value in the config file if the method doesn't receive that param.

* Update index.js

* Fix bug - baseline and comparison images write mode (#75) (#76)

* Prepare for 1.9.3 release

Co-authored-by: Peter Nguyen Tr <[email protected]>
Co-authored-by: Carlos <[email protected]>
Co-authored-by: Shan <[email protected]>

v1.9.2

Toggle v1.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1.9.2 fix bug with default skip failure option (#73) (#74)

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare 1.9.1 release (#68)

* Issue #60 - Prepare all baselines of test by setting parameter in config (#65)

Co-authored-by: Jonatas Kirsch <[email protected]>

* Update Dependecies, Fix Fatal Error with mkdirp and Mac (#66)

* Update Dependencies

* Fix Error on Mac

* Avoid failing the test for a given threshold but yet generating the difference image (#63)

* Option bypassFailure allowing the user to avoid failing the test for a given threshold but yet generating the difference image

* Renamed option to skipFailure

Co-authored-by: Jonatas Kirsch <[email protected]>

* feat(testcafe): add the support for testcafe (#62)

* passing through output settings to resemble.js (#59)

Co-authored-by: JANK Michael <[email protected]>

* Issue 48 - Add custom assert message (#64)

Co-authored-by: Jonatas Kirsch <[email protected]>

Co-authored-by: Jonatas Kirsch <[email protected]>
Co-authored-by: Jonatas Kirsch <[email protected]>
Co-authored-by: Guillaume Camus <[email protected]>
Co-authored-by: yankydoo <[email protected]>
Co-authored-by: JANK Michael <[email protected]>

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #53 from puneet0191/master

 Update Version

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #47 from Kartikeya99/dimension

Error to show dimensions.

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #33 from puneet0191/master

Preparing for Release