@wdio/visual-service 9.1.1 → 9.1.2

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/CHANGELOG.md +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @wdio/visual-service
2
2
 
3
+ ## 9.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 0a2b6d0: ## #1111 Respect saveAboveTolerance when deciding to save actual images when alwaysSaveActualImage is false.
8
+
9
+ When `alwaysSaveActualImage` is `false`, the actual image is no longer written to disk if the mismatch is below the configured tolerance, avoiding extra actuals when the comparison still passes.
10
+
11
+ # Committers: 1
12
+
13
+ - Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
14
+
15
+ - Updated dependencies [0a2b6d0]
16
+ - @wdio/image-comparison-core@1.1.2
17
+
3
18
  ## 9.1.1
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@wdio/visual-service",
3
3
  "author": "Wim Selles - wswebcreation",
4
4
  "description": "Image comparison / visual regression testing for WebdriverIO",
5
- "version": "9.1.1",
5
+ "version": "9.1.2",
6
6
  "license": "MIT",
7
7
  "homepage": "https://webdriver.io/docs/visual-testing",
8
8
  "repository": {
@@ -24,7 +24,7 @@
24
24
  "@wdio/logger": "^9.18.0",
25
25
  "@wdio/types": "^9.20.0",
26
26
  "expect-webdriverio": "^5.6.1",
27
- "@wdio/image-comparison-core": "1.1.1"
27
+ "@wdio/image-comparison-core": "1.1.2"
28
28
  },
29
29
  "scripts": {
30
30
  "build": "run-s clean build:*",