@applitools/eyes-webdriverio 5.49.1 → 5.49.3
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 +28 -0
- package/package.json +5 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [5.49.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-webdriverio@5.49.2...js/eyes-webdriverio@5.49.3) (2023-10-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core bumped to 4.0.2
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* generate safe selectors as close as possible to taking dom snapshot ([#1987](https://github.com/applitools/eyes.sdk.javascript1/issues/1987)) ([102208b](https://github.com/applitools/eyes.sdk.javascript1/commit/102208b909c0b149808f6e4c24a0a662305b1b78))
|
|
12
|
+
* @applitools/eyes bumped to 1.11.3
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [5.49.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-webdriverio@5.49.1...js/eyes-webdriverio@5.49.2) (2023-10-25)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* @applitools/tunnel-client bumped to 1.3.0
|
|
21
|
+
#### Features
|
|
22
|
+
|
|
23
|
+
* add more logs for tunnel worker ([60cf839](https://github.com/applitools/eyes.sdk.javascript1/commit/60cf839f23b214dff89ff4a9c59f231c96160daf))
|
|
24
|
+
* @applitools/ec-client bumped to 1.7.14
|
|
25
|
+
|
|
26
|
+
* @applitools/core bumped to 4.0.1
|
|
27
|
+
|
|
28
|
+
* @applitools/eyes bumped to 1.11.2
|
|
29
|
+
|
|
30
|
+
|
|
3
31
|
## [5.49.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-webdriverio@5.49.0...js/eyes-webdriverio@5.49.1) (2023-10-19)
|
|
4
32
|
|
|
5
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-webdriverio",
|
|
3
|
-
"version": "5.49.
|
|
3
|
+
"version": "5.49.3",
|
|
4
4
|
"description": "Applitools Eyes SDK for WebdriverIO",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-webdriverio",
|
|
@@ -78,9 +78,9 @@
|
|
|
78
78
|
"scripts": {
|
|
79
79
|
"lint": "run --top-level eslint '**/*.ts'",
|
|
80
80
|
"build": "run --top-level tspc --project tsconfig.build.v$([ ! -z $APPLITOOLS_FRAMEWORK_VERSION ] && echo $APPLITOOLS_FRAMEWORK_VERSION | cut -f1 -d'.' || echo 8).json",
|
|
81
|
-
"generate:tests": "
|
|
81
|
+
"generate:tests": "NODE_OPTIONS='--experimental-import-meta-resolve --experimental-loader=@applitools/generic/dist/code-loader.js' generic ./test/generic/config.mjs",
|
|
82
82
|
"test": "run test:it && run test:service && run test:coverage",
|
|
83
|
-
"test:it": "MOCHA_GROUP=it run --top-level mocha './test/it/*.spec.ts'
|
|
83
|
+
"test:it": "MOCHA_GROUP=it run --top-level mocha './test/it/*.spec.ts'",
|
|
84
84
|
"test:local": "run test:it && run test:service && MOCHA_OMIT_TAGS=sauce run test:coverage",
|
|
85
85
|
"test:local:cdp": "APPLITOOLS_FRAMEWORK_PROTOCOL=cdp run test:local",
|
|
86
86
|
"test:sauce": "MOCHA_ONLY_TAGS=sauce run test:coverage",
|
|
@@ -91,13 +91,13 @@
|
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"@applitools/driver": "1.14.4",
|
|
94
|
-
"@applitools/eyes": "1.11.
|
|
94
|
+
"@applitools/eyes": "1.11.3",
|
|
95
95
|
"@applitools/spec-driver-webdriver": "1.0.48"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
98
|
"@applitools/api-extractor": "^1.2.22",
|
|
99
99
|
"@applitools/bongo": "^5.7.0",
|
|
100
|
-
"@applitools/generic": "^3.
|
|
100
|
+
"@applitools/generic": "^3.5.0",
|
|
101
101
|
"@applitools/test-utils": "^1.5.17",
|
|
102
102
|
"@types/node": "^16.18.14",
|
|
103
103
|
"@wdio/cli": "^8.14.4",
|
|
@@ -105,10 +105,8 @@
|
|
|
105
105
|
"@wdio/globals": "^8.14.3",
|
|
106
106
|
"@wdio/local-runner": "^8.14.3",
|
|
107
107
|
"@wdio/mocha-framework": "^8.14.0",
|
|
108
|
-
"chromedriver": "^115.0.1",
|
|
109
108
|
"devtools": "^8.15.4",
|
|
110
109
|
"expect-webdriverio": "^4.0.1",
|
|
111
|
-
"geckodriver": "^1.20.0",
|
|
112
110
|
"webdriverio": "^8.15.4"
|
|
113
111
|
},
|
|
114
112
|
"peerDependencies": {
|