@applitools/eyes-testcafe 3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +166 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -13,6 +13,172 @@
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
+
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)
27
+
28
+
29
+ ### ⚠ BREAKING CHANGES
30
+
31
+ * drop support of node <16
32
+
33
+ ### Features
34
+
35
+ * drop support of node &lt;16 ([e743d81](https://github.com/applitools/eyes.sdk.javascript1/commit/e743d814cbd3725dde1304a36a31ccf7d88b16bc))
36
+ * update testcafe ([#1884](https://github.com/applitools/eyes.sdk.javascript1/issues/1884)) ([104f1b6](https://github.com/applitools/eyes.sdk.javascript1/commit/104f1b6cc0d4f107ba46404383de2fa11fe99dcf))
37
+
38
+
39
+ ### Code Refactoring
40
+
41
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
42
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
43
+ * use Uint8Array instead of Buffer for binary data representation ([#1928](https://github.com/applitools/eyes.sdk.javascript1/issues/1928)) ([d1472ab](https://github.com/applitools/eyes.sdk.javascript1/commit/d1472ab8fd49e9a240e99a44dbf1d180b6c7a54b))
44
+
45
+
46
+ ### Dependencies
47
+
48
+ * @applitools/utils bumped to 1.6.2
49
+ #### Code Refactoring
50
+
51
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
52
+ * @applitools/logger bumped to 2.0.12
53
+ #### Code Refactoring
54
+
55
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
56
+
57
+
58
+
59
+ * @applitools/socket bumped to 1.1.12
60
+ #### Code Refactoring
61
+
62
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
63
+
64
+
65
+
66
+ * @applitools/req bumped to 1.6.2
67
+ #### Code Refactoring
68
+
69
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
70
+
71
+
72
+
73
+ * @applitools/image bumped to 1.1.7
74
+ #### Bug Fixes
75
+
76
+ * avoid using ascii text decoder ([1b68d39](https://github.com/applitools/eyes.sdk.javascript1/commit/1b68d3945d96b17b9ab1f1a87d352206fd0c81d6))
77
+
78
+
79
+ #### Code Refactoring
80
+
81
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
82
+
83
+
84
+
85
+ * @applitools/spec-driver-selenium bumped to 1.5.62
86
+
87
+ * @applitools/spec-driver-puppeteer bumped to 1.2.4
88
+ #### Code Refactoring
89
+
90
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
91
+
92
+
93
+
94
+ * @applitools/ufg-client bumped to 1.9.6
95
+ #### Code Refactoring
96
+
97
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
98
+ * drop jsdom dependency ([1b68d39](https://github.com/applitools/eyes.sdk.javascript1/commit/1b68d3945d96b17b9ab1f1a87d352206fd0c81d6))
99
+
100
+
101
+
102
+ * @applitools/core bumped to 4.0.0
103
+ #### ⚠ BREAKING CHANGES
104
+
105
+ * update core to v4 ([#1936](https://github.com/applitools/eyes.sdk.javascript1/issues/1936))
106
+
107
+ #### Features
108
+
109
+ * update core to v4 ([#1936](https://github.com/applitools/eyes.sdk.javascript1/issues/1936)) ([1b68d39](https://github.com/applitools/eyes.sdk.javascript1/commit/1b68d3945d96b17b9ab1f1a87d352206fd0c81d6))
110
+
111
+
112
+ #### Bug Fixes
113
+
114
+ * upgrade dom-snapshot ([#1969](https://github.com/applitools/eyes.sdk.javascript1/issues/1969)) ([458beb8](https://github.com/applitools/eyes.sdk.javascript1/commit/458beb803aec3e6d51484a557b3eed8f537a709d))
115
+
116
+
117
+ #### Code Refactoring
118
+
119
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
120
+
121
+
122
+
123
+ * @applitools/nml-client bumped to 1.5.14
124
+
125
+ * @applitools/core-base bumped to 1.7.2
126
+ #### Code Refactoring
127
+
128
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
129
+
130
+
131
+
132
+ * @applitools/spec-driver-webdriver bumped to 1.0.48
133
+
134
+ * @applitools/driver bumped to 1.14.4
135
+ #### Code Refactoring
136
+
137
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
138
+
139
+
140
+
141
+ * @applitools/screenshoter bumped to 3.8.14
142
+ #### Bug Fixes
143
+
144
+ * allow css scrolling when taking screenshot of the webview ([2d3a257](https://github.com/applitools/eyes.sdk.javascript1/commit/2d3a2572768e7f979d16297ca316a79ab2538adb))
145
+
146
+
147
+ #### Code Refactoring
148
+
149
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
150
+
151
+
152
+
153
+ * @applitools/tunnel-client bumped to 1.2.4
154
+ #### Code Refactoring
155
+
156
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
157
+
158
+
159
+
160
+ * @applitools/ec-client bumped to 1.7.13
161
+ #### Code Refactoring
162
+
163
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
164
+
165
+
166
+
167
+ * @applitools/eyes bumped to 1.11.0
168
+ #### Features
169
+
170
+ * added more iOS devices ([a84311f](https://github.com/applitools/eyes.sdk.javascript1/commit/a84311f88e6f532268543a96f841ae5ad87d5659))
171
+ * rework log event on opent eyes ([#1842](https://github.com/applitools/eyes.sdk.javascript1/issues/1842)) ([532756b](https://github.com/applitools/eyes.sdk.javascript1/commit/532756b75c1023967c3781316148c890dbcfaac8))
172
+
173
+
174
+ #### Code Refactoring
175
+
176
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
177
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
178
+
179
+
180
+
181
+
16
182
  ## [3.0.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe-v2.0.1...js/eyes-testcafe@3.0.0) (2023-09-29)
17
183
 
18
184
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "3.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -60,22 +60,22 @@
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
- "@applitools/driver": "1.14.3",
72
- "@applitools/eyes": "1.10.0",
73
- "@applitools/utils": "1.6.1"
71
+ "@applitools/driver": "1.14.4",
72
+ "@applitools/eyes": "1.11.1",
73
+ "@applitools/utils": "1.6.2"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@applitools/api-extractor": "^1.2.22",
77
- "@applitools/bongo": "^5.6.1",
78
- "@applitools/generic": "^3.3.10",
77
+ "@applitools/bongo": "^5.7.0",
78
+ "@applitools/generic": "^3.4.1",
79
79
  "@applitools/test-server": "^1.2.2",
80
80
  "@applitools/test-utils": "^1.5.17",
81
81
  "testcafe": "1"