@applitools/eyes-testcafe 4.0.0 → 4.0.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.
- package/CHANGELOG.md +10 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,16 @@
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
## [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)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Dependencies
|
|
20
|
+
|
|
21
|
+
* @applitools/eyes bumped to 1.11.1
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* fixed `serverUrl` configuration propagation ([247b7d8](https://github.com/applitools/eyes.sdk.javascript1/commit/247b7d88853dd1a9068d2d963582ad795752ace4))
|
|
25
|
+
|
|
16
26
|
## [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
27
|
|
|
18
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-testcafe",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
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": "
|
|
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.
|
|
72
|
+
"@applitools/eyes": "1.11.1",
|
|
73
73
|
"@applitools/utils": "1.6.2"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|