@applitools/nml-client 1.5.6 → 1.5.8

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
@@ -1,5 +1,64 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.8](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.5.7...js/nml-client@1.5.8) (2023-08-18)
4
+
5
+
6
+ ### Code Refactoring
7
+
8
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.5.1
14
+ #### Code Refactoring
15
+
16
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
17
+ * @applitools/logger bumped to 2.0.8
18
+ #### Code Refactoring
19
+
20
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
21
+
22
+
23
+
24
+ * @applitools/req bumped to 1.5.3
25
+ #### Code Refactoring
26
+
27
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
28
+
29
+
30
+
31
+ * @applitools/snippets bumped to 2.4.23
32
+ #### Code Refactoring
33
+
34
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
35
+ * @applitools/spec-driver-webdriver bumped to 1.0.42
36
+ #### Code Refactoring
37
+
38
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
39
+
40
+
41
+
42
+ * @applitools/driver bumped to 1.13.5
43
+ #### Bug Fixes
44
+
45
+ * optimize driver usage in close ([#1867](https://github.com/applitools/eyes.sdk.javascript1/issues/1867)) ([60dff6b](https://github.com/applitools/eyes.sdk.javascript1/commit/60dff6b160e69d3893c91a1125d668fa18b43072))
46
+
47
+
48
+ #### Code Refactoring
49
+
50
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
51
+
52
+
53
+
54
+
55
+ ## [1.5.7](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.5.6...js/nml-client@1.5.7) (2023-08-10)
56
+
57
+
58
+ ### Bug Fixes
59
+
60
+ * propagate stitch mode to applitools lib ([a2dcedb](https://github.com/applitools/eyes.sdk.javascript1/commit/a2dcedb4bc6b999c137ed2aab43e0a463aa90169))
61
+
3
62
  ## [1.5.6](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.5.5...js/nml-client@1.5.6) (2023-08-03)
4
63
 
5
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.5.6",
3
+ "version": "1.5.8",
4
4
  "description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
5
5
  "homepage": "https://applitools.com",
6
6
  "bugs": {
@@ -36,18 +36,18 @@
36
36
  "test": "run --top-level mocha './test/**/*.spec.ts' --parallel --jobs ${MOCHA_JOBS:-15}"
37
37
  },
38
38
  "dependencies": {
39
- "@applitools/logger": "2.0.7",
40
- "@applitools/req": "1.5.2",
41
- "@applitools/utils": "1.5.0"
39
+ "@applitools/logger": "2.0.8",
40
+ "@applitools/req": "1.5.3",
41
+ "@applitools/utils": "1.5.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/spec-driver-webdriverio": "^1.5.10",
44
+ "@applitools/spec-driver-webdriver": "^1.0.42",
45
45
  "@applitools/test-server": "^1.2.2",
46
46
  "@applitools/test-utils": "^1.5.17",
47
47
  "@types/node": "^12.20.55",
48
- "chromedriver": "^114.0.3",
48
+ "chromedriver": "^115.0.1",
49
49
  "nock": "^13.3.2",
50
- "webdriverio": "^7.25.0"
50
+ "webdriver": "^7.31.1"
51
51
  },
52
52
  "engines": {
53
53
  "node": ">=12.13.0"
package/types/types.d.ts CHANGED
@@ -15,6 +15,7 @@ export type ScreenshotSettings = {
15
15
  };
16
16
  fully?: boolean;
17
17
  scrollRootElement?: Selector;
18
+ stitchMode?: 'Scroll' | 'CSS' | 'Resize';
18
19
  hideScrollbars?: boolean;
19
20
  hideCaret?: boolean;
20
21
  overlap?: {