@applitools/eyes-selenium 4.66.15 → 4.66.16
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
|
+
## [4.66.16](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-selenium@4.66.15...js/eyes-selenium@4.66.16) (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
|
## [4.66.15](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-selenium@4.66.14...js/eyes-selenium@4.66.15) (2023-07-21)
|
|
4
23
|
|
|
5
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-selenium",
|
|
3
|
-
"version": "4.66.
|
|
3
|
+
"version": "4.66.16",
|
|
4
4
|
"description": "Applitools Eyes SDK for Selenium WebDriver",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-selenium",
|
|
@@ -40,22 +40,22 @@
|
|
|
40
40
|
"scripts": {
|
|
41
41
|
"lint": "run --top-level eslint '**/*.ts'",
|
|
42
42
|
"build": "run --top-level tspc --project ./tsconfig.build.json",
|
|
43
|
-
"generate:tests": "
|
|
43
|
+
"generate:tests": "NODE_OPTIONS='--experimental-import-meta-resolve --experimental-loader=@applitools/generic/dist/code-loader.js' generic ../../test/generic/config.mjs",
|
|
44
44
|
"test": "run test:coverage",
|
|
45
45
|
"test:local": "MOCHA_OMIT_TAGS=sauce run test:coverage",
|
|
46
46
|
"test:sauce": "MOCHA_ONLY_TAGS=sauce run test:coverage",
|
|
47
|
-
"test:coverage": "
|
|
47
|
+
"test:coverage": "APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-selenium' APPLITOOLS_BATCH_ID=$(uuidgen) MOCHA_GROUP=coverage run --top-level mocha './test/generated-coverage/*.spec.js' -r @applitools/test-utils/mocha-hooks/docker --parallel --jobs ${MOCHA_JOBS:-15} --exit",
|
|
48
48
|
"setup": "run --top-level browsers:setup",
|
|
49
49
|
"up:framework": "run --top-level add-silent selenium-webdriver"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@applitools/eyes": "1.6.
|
|
52
|
+
"@applitools/eyes": "1.6.5",
|
|
53
53
|
"@applitools/spec-driver-selenium": "1.5.54"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@applitools/api-extractor": "^1.2.21",
|
|
57
|
-
"@applitools/bongo": "^5.
|
|
58
|
-
"@applitools/
|
|
57
|
+
"@applitools/bongo": "^5.3.0",
|
|
58
|
+
"@applitools/generic": "^3.2.2",
|
|
59
59
|
"@applitools/test-utils": "^1.5.17",
|
|
60
60
|
"@types/node": "^12.20.55",
|
|
61
61
|
"@types/selenium-webdriver": "^4.1.1",
|