@applitools/eyes-cypress 3.30.1 → 3.30.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.
package/CHANGELOG.md CHANGED
@@ -12,6 +12,12 @@
12
12
 
13
13
 
14
14
 
15
+ ## 3.30.2 - 2023/3/28
16
+
17
+ ### Features
18
+ ### Bug fixes
19
+ - map visualGridOptions to ufgOptions
20
+
15
21
  ## 3.30.1 - 2023/3/22
16
22
 
17
23
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-cypress",
3
- "version": "3.30.1",
3
+ "version": "3.30.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git://github.com/applitools/eyes.sdk.javascript1.git",
@@ -83,7 +83,7 @@
83
83
  },
84
84
  "devDependencies": {
85
85
  "@applitools/api-extractor": "^1.2.12",
86
- "@applitools/bongo": "^3.0.2",
86
+ "@applitools/bongo": "^3.0.3",
87
87
  "@applitools/sdk-coverage-tests": "^3.0.0",
88
88
  "@applitools/snaptdout": "1.0.1",
89
89
  "@applitools/test-server": "1.1.28",
@@ -19,6 +19,9 @@ function eyesCheckMapValues({openToCheckSettingsArgs, args, refer, appliConfFile
19
19
  'region',
20
20
  'selector',
21
21
  'element',
22
+ 'variationGroupId',
23
+ 'accessibilitySettings',
24
+ 'visualGridOptions',
22
25
  ]
23
26
 
24
27
  let regionSettings = {}
@@ -53,6 +56,10 @@ function eyesCheckMapValues({openToCheckSettingsArgs, args, refer, appliConfFile
53
56
  checkSettings.accessibilitySettings = accessibilitySettings
54
57
  }
55
58
 
59
+ if (args.visualGridOptions) {
60
+ checkSettings.ufgOptions = args.visualGridOptions
61
+ }
62
+
56
63
  if (args.target === 'region') {
57
64
  if (!Array.isArray(args.selector)) {
58
65
  if (args.element) {