-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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]>
- Loading branch information
1 parent
f2eb5b2
commit 99b6845
Showing
3 changed files
with
87 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"name": "codeceptjs-resemblehelper", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"description": "Resemble Js helper for CodeceptJS, with Support for Webdriver, Puppeteer & Appium", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:Percona-Lab/codeceptjs-resemblehelper.git" | ||
}, | ||
"dependencies": { | ||
"assert": "^1.4.1", | ||
"canvas": "^2.2.0", | ||
"assert": "^1.5.0", | ||
"canvas": "^2.6.1", | ||
"mz": "^2.7.0", | ||
"resemblejs": "^3.0.0", | ||
"mkdirp": "^0.5.1", | ||
"resemblejs": "^3.2.4", | ||
"mkdirp": "^1.0.4", | ||
"path": "^0.12.7", | ||
"aws-sdk": "^2.476.0", | ||
"image-size": "^0.7.4" | ||
"aws-sdk": "^2.662.0", | ||
"image-size": "^0.8.3" | ||
}, | ||
"devDependencies": { | ||
"allure-commandline": "^2.13.0", | ||
|