@applitools/eyes-selenium 4.66.15 → 4.66.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +78 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,83 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.66.17](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-selenium@4.66.16...js/eyes-selenium@4.66.17) (2023-08-03)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core bumped to 3.6.6
9
+ #### Bug Fixes
10
+
11
+ * populate log event settings with env vars ([#1840](https://github.com/applitools/eyes.sdk.javascript1/issues/1840)) ([0a6af60](https://github.com/applitools/eyes.sdk.javascript1/commit/0a6af60b5b988f59b7adb03f6606b3417fbeb537))
12
+
13
+
14
+
15
+ * @applitools/core-base bumped to 1.5.0
16
+ #### Features
17
+
18
+ * add stuck request retries to all requests to UFG and Eyes ([#1826](https://github.com/applitools/eyes.sdk.javascript1/issues/1826)) ([5884d42](https://github.com/applitools/eyes.sdk.javascript1/commit/5884d428b230e3a832a2110a388ebe63a94006fc))
19
+ * mark session as component ([#1841](https://github.com/applitools/eyes.sdk.javascript1/issues/1841)) ([c579bb6](https://github.com/applitools/eyes.sdk.javascript1/commit/c579bb69de8f3bffc64e73ac8bd4fa646e96eb01))
20
+
21
+
22
+ #### Bug Fixes
23
+
24
+ * populate log event settings with env vars ([#1840](https://github.com/applitools/eyes.sdk.javascript1/issues/1840)) ([0a6af60](https://github.com/applitools/eyes.sdk.javascript1/commit/0a6af60b5b988f59b7adb03f6606b3417fbeb537))
25
+ * @applitools/driver bumped to 1.13.4
26
+ #### Bug Fixes
27
+
28
+ * extract device orientation from a browser for web executions ([d8d4e91](https://github.com/applitools/eyes.sdk.javascript1/commit/d8d4e919965fb9105915e762c397ec2cc57a8a71))
29
+
30
+
31
+
32
+ * @applitools/snippets bumped to 2.4.22
33
+ #### Bug Fixes
34
+
35
+ * improve orientation extraction for ios devices ([378d989](https://github.com/applitools/eyes.sdk.javascript1/commit/378d9894e4fbc7247087ccb8c46266dc4737e2e5))
36
+ * @applitools/ufg-client bumped to 1.6.0
37
+ #### Features
38
+
39
+ * add stuck request retries to all requests to UFG and Eyes ([#1826](https://github.com/applitools/eyes.sdk.javascript1/issues/1826)) ([5884d42](https://github.com/applitools/eyes.sdk.javascript1/commit/5884d428b230e3a832a2110a388ebe63a94006fc))
40
+
41
+
42
+ #### Bug Fixes
43
+
44
+ * improve fetch error experience when fetching from tunnel ([e7d8b49](https://github.com/applitools/eyes.sdk.javascript1/commit/e7d8b49947c07beb27f110cb4952e8c3206469af))
45
+ * @applitools/eyes bumped to 1.6.6
46
+
47
+ * @applitools/ec-client bumped to 1.7.4
48
+
49
+ * @applitools/spec-driver-webdriver bumped to 1.0.41
50
+
51
+ * @applitools/nml-client bumped to 1.5.6
52
+
53
+ * @applitools/spec-driver-webdriverio bumped to 1.5.10
54
+
55
+ * @applitools/screenshoter bumped to 3.8.7
56
+
57
+ * @applitools/spec-driver-puppeteer bumped to 1.1.72
58
+
59
+ * @applitools/spec-driver-selenium bumped to 1.5.55
60
+
61
+
62
+ ## [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)
63
+
64
+
65
+ ### Dependencies
66
+
67
+ * @applitools/core bumped to 3.6.5
68
+ #### Bug Fixes
69
+
70
+ * rendering issue with chrome >113 and css white-space property ([cf34ad1](https://github.com/applitools/eyes.sdk.javascript1/commit/cf34ad1a5b3cba0b29b3509616b20a2b1313c62f))
71
+
72
+
73
+
74
+ * @applitools/ufg-client bumped to 1.5.3
75
+ #### Bug Fixes
76
+
77
+ * 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))
78
+ * @applitools/eyes bumped to 1.6.5
79
+
80
+
3
81
  ## [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
82
 
5
83
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-selenium",
3
- "version": "4.66.15",
3
+ "version": "4.66.17",
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": "coverage-tests generate https://raw.githubusercontent.com/applitools/sdk.coverage.tests/universal-sdk/js/config.js --name 'eyes-selenium' --meta-path './logs'",
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": "run generate:tests && APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-selenium' APPLITOOLS_BATCH_ID=$(uuidgen) MOCHA_GROUP=coverage run --top-level mocha './test/generic/*.spec.js' -r @applitools/test-utils/mocha-hooks/docker --parallel --jobs ${MOCHA_JOBS:-15} --exit",
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.4",
53
- "@applitools/spec-driver-selenium": "1.5.54"
52
+ "@applitools/eyes": "1.6.6",
53
+ "@applitools/spec-driver-selenium": "1.5.55"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@applitools/api-extractor": "^1.2.21",
57
- "@applitools/bongo": "^5.1.5",
58
- "@applitools/sdk-coverage-tests": "^3.1.0",
57
+ "@applitools/bongo": "^5.4.2",
58
+ "@applitools/generic": "^3.3.5",
59
59
  "@applitools/test-utils": "^1.5.17",
60
60
  "@types/node": "^12.20.55",
61
61
  "@types/selenium-webdriver": "^4.1.1",