@applitools/eyes-puppeteer 1.22.2 → 1.22.4

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 +76 -0
  2. package/package.json +7 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,81 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.22.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-puppeteer@1.22.3...js/eyes-puppeteer@1.22.4) (2023-11-07)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-shared bumped to 1.0.11
9
+ #### Bug Fixes
10
+
11
+ * (java/eyes-appium-java5): fix incorrect stitchMode mapping in checkSettings ([c70428e](https://github.com/applitools/eyes.sdk.javascript1/commit/c70428ec83e26b8b5e398ff11814f8376ca97d56))
12
+ * @applitools/dom-capture bumped to 11.2.4
13
+ #### Bug Fixes
14
+
15
+ * (java/eyes-appium-java5): fix incorrect stitchMode mapping in checkSettings ([c70428e](https://github.com/applitools/eyes.sdk.javascript1/commit/c70428ec83e26b8b5e398ff11814f8376ca97d56))
16
+
17
+
18
+
19
+ * @applitools/dom-snapshot bumped to 4.7.13
20
+ #### Bug Fixes
21
+
22
+ * (java/eyes-appium-java5): fix incorrect stitchMode mapping in checkSettings ([c70428e](https://github.com/applitools/eyes.sdk.javascript1/commit/c70428ec83e26b8b5e398ff11814f8376ca97d56))
23
+ * handled duplicated style properties in inline style tags ([#2014](https://github.com/applitools/eyes.sdk.javascript1/issues/2014)) ([2f8bada](https://github.com/applitools/eyes.sdk.javascript1/commit/2f8bada9cd44c65a69e54cbd08f57534632f12d2))
24
+
25
+
26
+
27
+ * @applitools/spec-driver-webdriver bumped to 1.0.49
28
+
29
+ * @applitools/spec-driver-selenium bumped to 1.5.63
30
+
31
+ * @applitools/spec-driver-puppeteer bumped to 1.2.5
32
+
33
+ * @applitools/driver bumped to 1.15.0
34
+ #### Features
35
+
36
+ * added warning when driver used with capabilities that may conflict with applitools lib workflow ([#2011](https://github.com/applitools/eyes.sdk.javascript1/issues/2011)) ([081006d](https://github.com/applitools/eyes.sdk.javascript1/commit/081006d879894db03a2713129b66586496b6eb02))
37
+ * @applitools/ufg-client bumped to 1.9.7
38
+ #### Bug Fixes
39
+
40
+ * added retries on ufg requests that respond with 503 status code ([7d78917](https://github.com/applitools/eyes.sdk.javascript1/commit/7d78917d559fa182c6723ca34cef2118cf08a036))
41
+ * @applitools/core bumped to 4.1.0
42
+ #### Features
43
+
44
+ * added warning when driver used with capabilities that may conflict with applitools lib workflow ([#2011](https://github.com/applitools/eyes.sdk.javascript1/issues/2011)) ([081006d](https://github.com/applitools/eyes.sdk.javascript1/commit/081006d879894db03a2713129b66586496b6eb02))
45
+
46
+
47
+ #### Bug Fixes
48
+
49
+ * fixed issue that caused dom snapshots to be taken for different viewport sizes when layout breakpoints were explicitly turned off ([4121876](https://github.com/applitools/eyes.sdk.javascript1/commit/4121876189f133b6023cfea52ca91c02c31079fb))
50
+
51
+
52
+
53
+ * @applitools/screenshoter bumped to 3.8.15
54
+
55
+ * @applitools/nml-client bumped to 1.5.15
56
+
57
+ * @applitools/ec-client bumped to 1.7.15
58
+
59
+ * @applitools/eyes bumped to 1.11.4
60
+ #### Bug Fixes
61
+
62
+ * fixed issue when w3c properties were added to legacy capabilities object in `Eyes.setMobileCapabilities` method ([94d785f](https://github.com/applitools/eyes.sdk.javascript1/commit/94d785f0428df101c207d6f09a55c46f2bdbf19e))
63
+
64
+
65
+
66
+
67
+ ## [1.22.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-puppeteer@1.22.2...js/eyes-puppeteer@1.22.3) (2023-10-30)
68
+
69
+
70
+ ### Dependencies
71
+
72
+ * @applitools/core bumped to 4.0.2
73
+ #### Bug Fixes
74
+
75
+ * 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))
76
+ * @applitools/eyes bumped to 1.11.3
77
+
78
+
3
79
  ## [1.22.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-puppeteer@1.22.1...js/eyes-puppeteer@1.22.2) (2023-10-25)
4
80
 
5
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-puppeteer",
3
- "version": "1.22.2",
3
+ "version": "1.22.4",
4
4
  "description": "Applitools Eyes SDK for Puppeteer",
5
5
  "keywords": [
6
6
  "eyes-puppeteer",
@@ -31,16 +31,18 @@
31
31
  "generate:tests": "NODE_OPTIONS='--experimental-import-meta-resolve --experimental-loader=@applitools/generic/dist/code-loader.js' generic ./test/generic/config.mjs",
32
32
  "test": "yarn test:coverage",
33
33
  "test:coverage": "APPLITOOLS_SHOW_LOGS=true APPLITOOLS_LOG_FILE=\"./logs/$(uuidgen).log\" APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-puppeteer' APPLITOOLS_BATCH_ID=$(uuidgen) MOCHA_GROUP=coverage run --top-level mocha './test/generated-coverage/*.spec.js' --parallel --jobs ${MOCHA_JOBS:-15} --exit",
34
+ "setup": "yarn puppeteer:setup",
35
+ "puppeteer:setup": "PUPPETEER_PRODUCT=firefox node --require puppeteer/install.js --eval null",
34
36
  "up:framework": "echo \"$(jq '.devDependencies.puppeteer = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
35
37
  },
36
38
  "dependencies": {
37
- "@applitools/eyes": "1.11.2",
38
- "@applitools/spec-driver-puppeteer": "1.2.4"
39
+ "@applitools/eyes": "1.11.4",
40
+ "@applitools/spec-driver-puppeteer": "1.2.5"
39
41
  },
40
42
  "devDependencies": {
41
43
  "@applitools/api-extractor": "^1.2.22",
42
- "@applitools/bongo": "^5.7.0",
43
- "@applitools/generic": "^3.4.1",
44
+ "@applitools/bongo": "^5.7.4",
45
+ "@applitools/generic": "^3.5.2",
44
46
  "@applitools/test-utils": "^1.5.17",
45
47
  "@types/node": "^12.20.55",
46
48
  "puppeteer": "^19.11.1"