@applitools/eyes-webdriverio 5.44.16 → 5.44.17
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 +19 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [5.44.17](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-webdriverio@5.44.16...js/eyes-webdriverio@5.44.17) (2023-07-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core bumped to 3.6.5
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* rendering issue with chrome >113 and css white-space property ([cf34ad1](https://github.com/applitools/eyes.sdk.javascript1/commit/cf34ad1a5b3cba0b29b3509616b20a2b1313c62f))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
* @applitools/ufg-client bumped to 1.5.3
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* consider response headers and status code which are returned from the EC resource handler ([#1823](https://github.com/applitools/eyes.sdk.javascript1/issues/1823)) ([b7bd541](https://github.com/applitools/eyes.sdk.javascript1/commit/b7bd5415ae8f92a8032fc68ba993ccac1d9ff76a))
|
|
19
|
+
* @applitools/eyes bumped to 1.6.5
|
|
20
|
+
|
|
21
|
+
|
|
3
22
|
## [5.44.16](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-webdriverio@5.44.15...js/eyes-webdriverio@5.44.16) (2023-07-21)
|
|
4
23
|
|
|
5
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-webdriverio",
|
|
3
|
-
"version": "5.44.
|
|
3
|
+
"version": "5.44.17",
|
|
4
4
|
"description": "Applitools Eyes SDK for WebdriverIO",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-webdriverio",
|
|
@@ -86,23 +86,23 @@
|
|
|
86
86
|
"scripts": {
|
|
87
87
|
"lint": "run --top-level eslint '**/*.ts'",
|
|
88
88
|
"build": "run --top-level tspc --project tsconfig.build.v$([ ! -z $APPLITOOLS_FRAMEWORK_VERSION ] && echo $APPLITOOLS_FRAMEWORK_VERSION | cut -f1 -d'.' || echo 8).json",
|
|
89
|
-
"generate:tests": "
|
|
89
|
+
"generate:tests": "NODE_OPTIONS='--experimental-import-meta-resolve --experimental-loader=@applitools/generic/dist/code-loader.js' generic ../../test/generic/config.mjs",
|
|
90
90
|
"test": "run test:service && run test:coverage",
|
|
91
91
|
"test:local": "run test:service && MOCHA_OMIT_TAGS=sauce run test:coverage",
|
|
92
92
|
"test:sauce": "MOCHA_ONLY_TAGS=sauce run test:coverage",
|
|
93
93
|
"test:service": "MOCHA_GROUP=service run --top-level mocha './test/service/unit/*.spec.js' && wdio run ./test/service/wdio.conf.js && wdio run ./test/service/no-config/wdio.no-config.conf.js && wdio run ./test/service/vg/wdio.vg.conf.js",
|
|
94
|
-
"test:coverage": "
|
|
94
|
+
"test:coverage": "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",
|
|
95
95
|
"setup": "run --top-level browsers:setup",
|
|
96
96
|
"up:framework": "run --top-level add-silent webdriverio"
|
|
97
97
|
},
|
|
98
98
|
"dependencies": {
|
|
99
|
-
"@applitools/eyes": "1.6.
|
|
99
|
+
"@applitools/eyes": "1.6.5",
|
|
100
100
|
"@applitools/spec-driver-webdriverio": "1.5.9"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
103
|
"@applitools/api-extractor": "^1.2.21",
|
|
104
|
-
"@applitools/bongo": "^5.
|
|
105
|
-
"@applitools/
|
|
104
|
+
"@applitools/bongo": "^5.3.0",
|
|
105
|
+
"@applitools/generic": "^3.2.2",
|
|
106
106
|
"@applitools/test-utils": "^1.5.17",
|
|
107
107
|
"@types/node": "^16.18.14",
|
|
108
108
|
"@wdio/cli": "^8.3.9",
|