@applitools/eyes-puppeteer 1.22.0 → 1.22.1

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 +10 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.22.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-puppeteer@1.22.0...js/eyes-puppeteer@1.22.1) (2023-10-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/eyes bumped to 1.11.1
9
+ #### Bug Fixes
10
+
11
+ * fixed `serverUrl` configuration propagation ([247b7d8](https://github.com/applitools/eyes.sdk.javascript1/commit/247b7d88853dd1a9068d2d963582ad795752ace4))
12
+
3
13
  ## [1.22.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-puppeteer-v1.21.1...js/eyes-puppeteer@1.22.0) (2023-10-17)
4
14
 
5
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-puppeteer",
3
- "version": "1.22.0",
3
+ "version": "1.22.1",
4
4
  "description": "Applitools Eyes SDK for Puppeteer",
5
5
  "keywords": [
6
6
  "eyes-puppeteer",
@@ -30,11 +30,11 @@
30
30
  "build": "run --top-level tspc --project ./tsconfig.build.json",
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
- "test:coverage": "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
- "up:framework": "yarn add --dev --caret puppeteer${APPLITOOLS_FRAMEWORK_VERSION:+@$APPLITOOLS_FRAMEWORK_VERSION}"
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
+ "up:framework": "echo \"$(jq '.devDependencies.puppeteer = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
35
35
  },
36
36
  "dependencies": {
37
- "@applitools/eyes": "1.11.0",
37
+ "@applitools/eyes": "1.11.1",
38
38
  "@applitools/spec-driver-puppeteer": "1.2.4"
39
39
  },
40
40
  "devDependencies": {