@wdio/visual-service 9.0.2 → 9.1.0

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.0
4
+
5
+ ### Minor Changes
6
+
7
+ - bde4851: This PR will implement FR #1077 which is asking not to create the actual image on success. This should create a better performance because no files are writing to the system and should make sure that there's not a lot of noise in the actual folder.
8
+
9
+ # Committers: 1
10
+
11
+ - Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [bde4851]
16
+ - @wdio/image-comparison-core@1.1.0
17
+
3
18
  ## 9.0.2
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.0.2",
5
+ "version": "9.1.0",
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.5.0",
27
- "@wdio/image-comparison-core": "1.0.2"
27
+ "@wdio/image-comparison-core": "1.1.0"
28
28
  },
29
29
  "scripts": {
30
30
  "build": "run-s clean build:*",