testdriverai 4.0.76 → 4.0.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/redraw.js +1 -1
  2. package/package.json +1 -1
package/lib/redraw.js CHANGED
@@ -96,7 +96,7 @@ async function imageIsDifferent(image1Url, image2Url) {
96
96
  return false;
97
97
  } else {
98
98
  if (reason === "pixel-diff") {
99
- if (diffPercentage > 5) {
99
+ if (diffPercentage > 10) {
100
100
  return true;
101
101
  } else {
102
102
  return false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "4.0.76",
3
+ "version": "4.0.77",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {