@applitools/eyes-webdriverio 5.59.34 → 5.59.36
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 +56 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,61 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [5.59.36](https://github.com/Applitools-Dev/sdk/compare/js/eyes-webdriverio@5.59.35...js/eyes-webdriverio@5.59.36) (2026-04-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-snapshot bumped to 4.16.3
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
|
|
12
|
+
* @applitools/nml-client bumped to 1.11.23
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* log nml responses | FLD-4433 ([#3757](https://github.com/Applitools-Dev/sdk/issues/3757)) ([70f0bcd](https://github.com/Applitools-Dev/sdk/commit/70f0bcdaa00b60f6fe8f2177b1713b92c8232c27))
|
|
16
|
+
* @applitools/ufg-client bumped to 1.20.2
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
|
|
20
|
+
* @applitools/core bumped to 4.59.2
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
* @applitools/eyes bumped to 1.38.14
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## [5.59.35](https://github.com/Applitools-Dev/sdk/compare/js/eyes-webdriverio@5.59.34...js/eyes-webdriverio@5.59.35) (2026-04-06)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Bug Fixes
|
|
39
|
+
|
|
40
|
+
* add NML capabilities | Fld 2828 ([#3745](https://github.com/Applitools-Dev/sdk/issues/3745)) ([1c8173e](https://github.com/Applitools-Dev/sdk/commit/1c8173ee5bcf26527c0a9ba58a063028a329f6c4))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Dependencies
|
|
44
|
+
|
|
45
|
+
* @applitools/dom-capture bumped to 11.7.0
|
|
46
|
+
#### Features
|
|
47
|
+
|
|
48
|
+
* add elementFromPointCheckStatus to DOM capture output | AD-13066 ([#3690](https://github.com/Applitools-Dev/sdk/issues/3690)) ([4fbb117](https://github.com/Applitools-Dev/sdk/commit/4fbb117d53a9a44248772100947ed68133f5b5db))
|
|
49
|
+
* @applitools/core bumped to 4.59.1
|
|
50
|
+
|
|
51
|
+
* @applitools/eyes bumped to 1.38.13
|
|
52
|
+
#### Bug Fixes
|
|
53
|
+
|
|
54
|
+
* add NML capabilities | Fld 2828 ([#3745](https://github.com/Applitools-Dev/sdk/issues/3745)) ([1c8173e](https://github.com/Applitools-Dev/sdk/commit/1c8173ee5bcf26527c0a9ba58a063028a329f6c4))
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
3
59
|
## [5.59.34](https://github.com/Applitools-Dev/sdk/compare/js/eyes-webdriverio@5.59.33...js/eyes-webdriverio@5.59.34) (2026-03-29)
|
|
4
60
|
|
|
5
61
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-webdriverio",
|
|
3
|
-
"version": "5.59.
|
|
3
|
+
"version": "5.59.36",
|
|
4
4
|
"description": "Applitools Eyes SDK for WebdriverIO",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-webdriverio",
|
|
@@ -66,13 +66,14 @@
|
|
|
66
66
|
"test:local:cdp": "APPLITOOLS_FRAMEWORK_PROTOCOL=cdp run test:local",
|
|
67
67
|
"test:sauce": "MOCHA_ONLY_TAGS=sauce run test:coverage",
|
|
68
68
|
"test:service": "MOCHA_GROUP=service wdio run ./test/service/config/basic.config.js --autoCompileOpts.autoCompile=0 && wdio run ./test/service/config/ec.config.js --autoCompileOpts.autoCompile=0",
|
|
69
|
+
"test:service:perfecto-ios": "MOCHA_GROUP=service wdio run ./test/service/config/perfecto-ios.config.js --autoCompileOpts.autoCompile=0",
|
|
69
70
|
"test:coverage": "APPLITOOLS_SHOW_LOGS=true APPLITOOLS_LOG_FILE=\"./logs/$(uuidgen).log\" APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-webdriverio' APPLITOOLS_BATCH_ID=$(uuidgen) MOCHA_GROUP=coverage run --top-level mocha './test/generated-coverage/*.spec.js' --parallel --jobs ${MOCHA_JOBS:-15} --exit",
|
|
70
71
|
"setup": "run --top-level browsers:setup",
|
|
71
72
|
"up:framework": "echo \"$(jq '.devDependencies |= . + ([\"webdriverio\", \"@wdio/cli\", \"@wdio/local-runner\", \"@wdio/mocha-framework\"] | with_entries({key: .value, value: $ENV.APPLITOOLS_FRAMEWORK_VERSION}))' ./package.json)\" > ./package.json"
|
|
72
73
|
},
|
|
73
74
|
"dependencies": {
|
|
74
75
|
"@applitools/driver": "1.25.4",
|
|
75
|
-
"@applitools/eyes": "1.38.
|
|
76
|
+
"@applitools/eyes": "1.38.14",
|
|
76
77
|
"@applitools/spec-driver-webdriver": "1.5.9"
|
|
77
78
|
},
|
|
78
79
|
"devDependencies": {
|