@applitools/eyes-testcafe 4.0.0 → 4.0.2

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 +26 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -13,6 +13,32 @@
13
13
 
14
14
 
15
15
 
16
+ ## [4.0.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe@4.0.1...js/eyes-testcafe@4.0.2) (2023-10-25)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/tunnel-client bumped to 1.3.0
22
+ #### Features
23
+
24
+ * add more logs for tunnel worker ([60cf839](https://github.com/applitools/eyes.sdk.javascript1/commit/60cf839f23b214dff89ff4a9c59f231c96160daf))
25
+ * @applitools/ec-client bumped to 1.7.14
26
+
27
+ * @applitools/core bumped to 4.0.1
28
+
29
+ * @applitools/eyes bumped to 1.11.2
30
+
31
+
32
+ ## [4.0.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe@4.0.0...js/eyes-testcafe@4.0.1) (2023-10-19)
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * @applitools/eyes bumped to 1.11.1
38
+ #### Bug Fixes
39
+
40
+ * fixed `serverUrl` configuration propagation ([247b7d8](https://github.com/applitools/eyes.sdk.javascript1/commit/247b7d88853dd1a9068d2d963582ad795752ace4))
41
+
16
42
  ## [4.0.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe-v3.0.1...js/eyes-testcafe@4.0.0) (2023-10-17)
17
43
 
18
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -60,16 +60,16 @@
60
60
  "test:it": "run test:it:chrome",
61
61
  "test:it:chrome": "testcafe chrome:headless './test/it/*.spec.ts'",
62
62
  "test:it:firefox": "testcafe firefox:headless './test/it/*.spec.ts'",
63
- "test:coverage": "APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-testcafe' APPLITOOLS_BATCH_ID=$(uuidgen) testcafe chrome:headless './test/generated-coverage/*.spec.js' --concurrency 10",
63
+ "test:coverage": "APPLITOOLS_SHOW_LOGS=true APPLITOOLS_LOG_FILE=\"./logs/$(uuidgen).log\" APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-testcafe' APPLITOOLS_BATCH_ID=$(uuidgen) testcafe chrome:headless './test/generated-coverage/*.spec.js' --concurrency 10",
64
64
  "perf": "testcafe chrome:headless test/perf/perf.spec.js",
65
65
  "perf:full": "run perf && run perf -c 5",
66
66
  "perf:lite": "testcafe chrome:headless test/perf/perf-lite.spec.js",
67
67
  "perf:lite:full": "run perf:lite && run perf:lite -c 5",
68
- "up:framework": "yarn add --dev --caret testcafe${APPLITOOLS_FRAMEWORK_VERSION:+@$APPLITOOLS_FRAMEWORK_VERSION}"
68
+ "up:framework": "echo \"$(jq '.devDependencies.testcafe = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
69
69
  },
70
70
  "dependencies": {
71
71
  "@applitools/driver": "1.14.4",
72
- "@applitools/eyes": "1.11.0",
72
+ "@applitools/eyes": "1.11.2",
73
73
  "@applitools/utils": "1.6.2"
74
74
  },
75
75
  "devDependencies": {