@applitools/eyes-webdriverio 5.34.13 → 5.34.14
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 +12 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -5,10 +5,21 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
|
|
9
|
+
## 5.34.14 - 2022/5/5
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
- Support UFG for native mobile
|
|
13
|
+
### Bug fixes
|
|
14
|
+
- `extractText` now supports regions that don't use hints while using `x`/`y` coordinates
|
|
15
|
+
- accept ios and android lowercase as driver platformName capability when using custom grid
|
|
16
|
+
- Fixed check region fully in classic execution when using CSS stitching
|
|
17
|
+
- Support data urls in iframes
|
|
18
|
+
- Account for an Appium bug when calculating system bars height
|
|
19
|
+
|
|
8
20
|
## 5.34.13 - 2022/3/25
|
|
9
21
|
|
|
10
22
|
### Features
|
|
11
|
-
- Support pageCoverage info in Native
|
|
12
23
|
- `runner.getAllTestResults` returns the corresponding UFG browser/device configuration for each test. This is available as `runner.getAllTestResults()[i].browserInfo`.
|
|
13
24
|
### Bug fixes
|
|
14
25
|
- `runner.getAllTestResults` now aborts unclosed tests
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-webdriverio",
|
|
3
|
-
"version": "5.34.
|
|
3
|
+
"version": "5.34.14",
|
|
4
4
|
"description": "Applitools Eyes SDK for WebdriverIO",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-webdriverio",
|
|
@@ -110,18 +110,18 @@
|
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
112
|
"dependencies": {
|
|
113
|
-
"@applitools/eyes-api": "1.
|
|
114
|
-
"@applitools/eyes-sdk-core": "13.1
|
|
115
|
-
"@applitools/spec-driver-webdriverio": "1.2.
|
|
116
|
-
"@applitools/visual-grid-client": "15.
|
|
113
|
+
"@applitools/eyes-api": "1.3.0",
|
|
114
|
+
"@applitools/eyes-sdk-core": "13.6.1",
|
|
115
|
+
"@applitools/spec-driver-webdriverio": "1.2.9",
|
|
116
|
+
"@applitools/visual-grid-client": "15.12.12"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
119
|
"@applitools/api-extractor": "1.2.7",
|
|
120
|
+
"@applitools/bongo": "^2.0.3",
|
|
120
121
|
"@applitools/scripts": "1.1.0",
|
|
121
122
|
"@applitools/sdk-coverage-tests": "^2.3.18",
|
|
122
|
-
"@applitools/sdk-release-kit": "^1.0.4",
|
|
123
123
|
"@applitools/sdk-shared": "0.9.11",
|
|
124
|
-
"@applitools/test-utils": "1.
|
|
124
|
+
"@applitools/test-utils": "1.3.2",
|
|
125
125
|
"@types/mocha": "^9.0.0",
|
|
126
126
|
"@typescript-eslint/eslint-plugin": "^4.15.1",
|
|
127
127
|
"@typescript-eslint/parser": "^4.15.1",
|