@applitools/eyes-testcafe 2.0.0-beta.8 → 2.0.0

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 (75) hide show
  1. package/CHANGELOG.md +467 -0
  2. package/LICENSE +1 -1
  3. package/README.md +7 -531
  4. package/dist/api.js +51 -0
  5. package/dist/extract-environment.js +15 -0
  6. package/dist/index-legacy.js +5 -0
  7. package/dist/index.js +19 -0
  8. package/dist/legacy.js +225 -0
  9. package/dist/spec-driver.js +245 -0
  10. package/package.json +73 -76
  11. package/types/index-legacy.d.ts +2 -0
  12. package/types/index.d.ts +1833 -0
  13. package/dist/captureFrameAndPoll.js +0 -1468
  14. package/dist/captureFrameAndPollForIE.js +0 -12569
  15. package/index.js +0 -29
  16. package/lib/BordersAwareElementContentLocationProvider.js +0 -79
  17. package/lib/Eyes.js +0 -927
  18. package/lib/EyesFactory.js +0 -73
  19. package/lib/EyesTestCafe.js +0 -1270
  20. package/lib/EyesTestcafeUtils.js +0 -440
  21. package/lib/EyesVisualGrid.js +0 -345
  22. package/lib/ImageOrientationHandler.js +0 -31
  23. package/lib/JavascriptHandler.js +0 -20
  24. package/lib/TestCafeExecutor.js +0 -57
  25. package/lib/capture/EyesWebDriverScreenshot.js +0 -650
  26. package/lib/capture/EyesWebDriverScreenshotFactory.js +0 -32
  27. package/lib/capture/FirefoxScreenshotImageProvider.js +0 -63
  28. package/lib/capture/ImageProviderFactory.js +0 -38
  29. package/lib/capture/SafariScreenshotImageProvider.js +0 -254
  30. package/lib/capture/TakesScreenshotImageProvider.js +0 -35
  31. package/lib/errors/EyesDriverOperationError.js +0 -10
  32. package/lib/errors/NoFramesError.js +0 -7
  33. package/lib/fluent/AccessibilityRegionByElement.js +0 -46
  34. package/lib/fluent/AccessibilityRegionBySelector.js +0 -58
  35. package/lib/fluent/FloatingRegionByElement.js +0 -56
  36. package/lib/fluent/FloatingRegionBySelector.js +0 -63
  37. package/lib/fluent/FrameLocator.js +0 -110
  38. package/lib/fluent/IgnoreRegionByElement.js +0 -51
  39. package/lib/fluent/IgnoreRegionBySelector.js +0 -57
  40. package/lib/fluent/SelectorByElement.js +0 -37
  41. package/lib/fluent/SelectorByLocator.js +0 -47
  42. package/lib/fluent/Target.js +0 -17
  43. package/lib/fluent/TestcafeCheckSettings.js +0 -352
  44. package/lib/frames/Frame.js +0 -149
  45. package/lib/frames/FrameChain.js +0 -175
  46. package/lib/getCaptureDomScript.js +0 -14
  47. package/lib/hash.js +0 -15
  48. package/lib/isTestcafeSelector.js +0 -7
  49. package/lib/makeClientFunctionWrapper.js +0 -61
  50. package/lib/positioning/CssTranslatePositionMemento.js +0 -39
  51. package/lib/positioning/CssTranslatePositionProvider.js +0 -130
  52. package/lib/positioning/ElementPositionMemento.js +0 -36
  53. package/lib/positioning/ElementPositionProvider.js +0 -88
  54. package/lib/positioning/FirefoxRegionPositionCompensation.js +0 -45
  55. package/lib/positioning/ImageRotation.js +0 -22
  56. package/lib/positioning/OverflowAwareCssTranslatePositionProvider.js +0 -17
  57. package/lib/positioning/OverflowAwareScrollPositionProvider.js +0 -17
  58. package/lib/positioning/RegionPositionCompensationFactory.js +0 -37
  59. package/lib/positioning/SafariRegionPositionCompensation.js +0 -26
  60. package/lib/positioning/ScrollPositionMemento.js +0 -36
  61. package/lib/positioning/ScrollPositionProvider.js +0 -118
  62. package/lib/positioning/fixImageMarkPosition.js +0 -36
  63. package/lib/regionVisibility/MoveToRegionVisibilityStrategy.js +0 -55
  64. package/lib/regionVisibility/NopRegionVisibilityStrategy.js +0 -35
  65. package/lib/regionVisibility/RegionVisibilityStrategy.js +0 -30
  66. package/lib/runner/ClassicRunner.js +0 -31
  67. package/lib/runner/EyesRunner.js +0 -41
  68. package/lib/runner/TestResultContainer.js +0 -38
  69. package/lib/runner/TestResultsSummary.js +0 -112
  70. package/lib/runner/VisualGridRunner.js +0 -57
  71. package/lib/safeExecuteFunction.js +0 -28
  72. package/lib/wrappers/EyesTargetLocator.js +0 -329
  73. package/lib/wrappers/EyesWebDriver.js +0 -560
  74. package/lib/wrappers/EyesWebElement.js +0 -383
  75. package/lib/wrappers/EyesWebElementPromise.js +0 -68
package/CHANGELOG.md ADDED
@@ -0,0 +1,467 @@
1
+ # Change Log
2
+
3
+ ## Unreleased
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+ ## [2.0.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe-v1.17.4...js/eyes-testcafe@2.0.0) (2023-09-25)
17
+
18
+
19
+ ### ⚠ BREAKING CHANGES
20
+
21
+ * drop support of node <16
22
+
23
+ ### Features
24
+
25
+ * drop support of node &lt;16 ([e743d81](https://github.com/applitools/eyes.sdk.javascript1/commit/e743d814cbd3725dde1304a36a31ccf7d88b16bc))
26
+ * update testcafe ([#1884](https://github.com/applitools/eyes.sdk.javascript1/issues/1884)) ([104f1b6](https://github.com/applitools/eyes.sdk.javascript1/commit/104f1b6cc0d4f107ba46404383de2fa11fe99dcf))
27
+
28
+
29
+ ### Code Refactoring
30
+
31
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
32
+ * 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))
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * @applitools/utils bumped to 1.6.1
38
+ #### Bug Fixes
39
+
40
+ * add browser entry point declaration and test ([#1933](https://github.com/applitools/eyes.sdk.javascript1/issues/1933)) ([5ba0720](https://github.com/applitools/eyes.sdk.javascript1/commit/5ba0720d62a9af8a9a2e1c2437c569e6ab19afd8))
41
+
42
+
43
+ #### Code Refactoring
44
+
45
+ * 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))
46
+ * @applitools/logger bumped to 2.0.11
47
+ #### Bug Fixes
48
+
49
+ * add browser entry point declaration and test ([#1933](https://github.com/applitools/eyes.sdk.javascript1/issues/1933)) ([5ba0720](https://github.com/applitools/eyes.sdk.javascript1/commit/5ba0720d62a9af8a9a2e1c2437c569e6ab19afd8))
50
+
51
+
52
+
53
+ * @applitools/socket bumped to 1.1.11
54
+ #### Code Refactoring
55
+
56
+ * 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))
57
+
58
+
59
+
60
+ * @applitools/req bumped to 1.6.1
61
+ #### Bug Fixes
62
+
63
+ * add browser entry point declaration and test ([#1933](https://github.com/applitools/eyes.sdk.javascript1/issues/1933)) ([5ba0720](https://github.com/applitools/eyes.sdk.javascript1/commit/5ba0720d62a9af8a9a2e1c2437c569e6ab19afd8))
64
+
65
+
66
+
67
+ * @applitools/image bumped to 1.1.6
68
+ #### Code Refactoring
69
+
70
+ * 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))
71
+
72
+
73
+
74
+ * @applitools/spec-driver-puppeteer bumped to 1.2.2
75
+ #### Code Refactoring
76
+
77
+ * 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))
78
+
79
+
80
+
81
+ * @applitools/ufg-client bumped to 1.9.2
82
+ #### Code Refactoring
83
+
84
+ * 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))
85
+
86
+
87
+
88
+ * @applitools/core bumped to 3.11.2
89
+ #### Reverts
90
+
91
+ * perform major changes ([994cd70](https://github.com/applitools/eyes.sdk.javascript1/commit/994cd703ebe891bf68aecd49d77b5fb119f6ebe8))
92
+
93
+
94
+ #### Code Refactoring
95
+
96
+ * 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))
97
+
98
+
99
+
100
+ * @applitools/spec-driver-webdriver bumped to 1.0.46
101
+
102
+ * @applitools/spec-driver-selenium bumped to 1.5.60
103
+
104
+ * @applitools/driver bumped to 1.14.2
105
+ #### Code Refactoring
106
+
107
+ * 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))
108
+
109
+
110
+
111
+ * @applitools/screenshoter bumped to 3.8.12
112
+
113
+ * @applitools/nml-client bumped to 1.5.12
114
+ #### Code Refactoring
115
+
116
+ * 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))
117
+
118
+
119
+
120
+ * @applitools/tunnel-client bumped to 1.2.3
121
+ #### Code Refactoring
122
+
123
+ * 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))
124
+
125
+
126
+
127
+ * @applitools/ec-client bumped to 1.7.10
128
+ #### Code Refactoring
129
+
130
+ * 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))
131
+
132
+
133
+
134
+ * @applitools/core-base bumped to 1.6.1
135
+ #### Reverts
136
+
137
+ * perform major changes ([994cd70](https://github.com/applitools/eyes.sdk.javascript1/commit/994cd703ebe891bf68aecd49d77b5fb119f6ebe8))
138
+
139
+
140
+ #### Code Refactoring
141
+
142
+ * 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))
143
+
144
+
145
+
146
+ * @applitools/eyes bumped to 1.9.1
147
+
148
+
149
+ ## [1.1.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe@1.1.0...js/eyes-testcafe@1.1.1) (2023-09-12)
150
+
151
+
152
+ ### Dependencies
153
+
154
+ * @applitools/core bumped to 3.10.4
155
+ #### Bug Fixes
156
+
157
+ * update dom-snapshot to support xml pages and parens inside css URLs ([0715d56](https://github.com/applitools/eyes.sdk.javascript1/commit/0715d56c675b23be017c1985cbba3a51aba052b1))
158
+ * @applitools/eyes bumped to 1.8.4
159
+
160
+
161
+ ## [1.1.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe-v1.0.1...js/eyes-testcafe@1.1.0) (2023-09-11)
162
+
163
+
164
+ ### Features
165
+
166
+ * update testcafe ([#1884](https://github.com/applitools/eyes.sdk.javascript1/issues/1884)) ([104f1b6](https://github.com/applitools/eyes.sdk.javascript1/commit/104f1b6cc0d4f107ba46404383de2fa11fe99dcf))
167
+
168
+
169
+ ### Code Refactoring
170
+
171
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
172
+
173
+
174
+ ### Dependencies
175
+
176
+ * @applitools/core bumped to 3.10.3
177
+ #### Bug Fixes
178
+
179
+ * suppport coded regions with layoutBreakpoints reload ([7903347](https://github.com/applitools/eyes.sdk.javascript1/commit/79033472b9475992a44cf3828ff334c958ae2066))
180
+ * @applitools/eyes bumped to 1.8.3
181
+
182
+
183
+ ## 1.0.0 (2023-09-04)
184
+
185
+
186
+ ### Features
187
+
188
+ * update testcafe ([#1884](https://github.com/applitools/eyes.sdk.javascript1/issues/1884)) ([104f1b6](https://github.com/applitools/eyes.sdk.javascript1/commit/104f1b6cc0d4f107ba46404383de2fa11fe99dcf))
189
+
190
+
191
+ ### Code Refactoring
192
+
193
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
194
+
195
+
196
+ ### Dependencies
197
+
198
+ * @applitools/utils bumped to 1.6.0
199
+ #### Features
200
+
201
+ * add support for fallback in `req` ([#1899](https://github.com/applitools/eyes.sdk.javascript1/issues/1899)) ([d69c4b5](https://github.com/applitools/eyes.sdk.javascript1/commit/d69c4b5830370c471dfc25b6e2caddca8b458df9))
202
+ * @applitools/socket bumped to 1.1.10
203
+
204
+ * @applitools/req bumped to 1.6.0
205
+ #### Features
206
+
207
+ * add support for fallback in `req` ([#1899](https://github.com/applitools/eyes.sdk.javascript1/issues/1899)) ([d69c4b5](https://github.com/applitools/eyes.sdk.javascript1/commit/d69c4b5830370c471dfc25b6e2caddca8b458df9))
208
+ * update testcafe ([#1884](https://github.com/applitools/eyes.sdk.javascript1/issues/1884)) ([104f1b6](https://github.com/applitools/eyes.sdk.javascript1/commit/104f1b6cc0d4f107ba46404383de2fa11fe99dcf))
209
+
210
+
211
+
212
+ * @applitools/image bumped to 1.1.5
213
+
214
+ * @applitools/spec-driver-webdriver bumped to 1.0.44
215
+
216
+ * @applitools/spec-driver-selenium bumped to 1.5.58
217
+
218
+ * @applitools/spec-driver-puppeteer bumped to 1.2.0
219
+ #### Features
220
+
221
+ * update testcafe ([#1884](https://github.com/applitools/eyes.sdk.javascript1/issues/1884)) ([104f1b6](https://github.com/applitools/eyes.sdk.javascript1/commit/104f1b6cc0d4f107ba46404383de2fa11fe99dcf))
222
+
223
+
224
+
225
+ * @applitools/ufg-client bumped to 1.8.0
226
+ #### Features
227
+
228
+ * add support for fallback in `req` ([#1899](https://github.com/applitools/eyes.sdk.javascript1/issues/1899)) ([d69c4b5](https://github.com/applitools/eyes.sdk.javascript1/commit/d69c4b5830370c471dfc25b6e2caddca8b458df9))
229
+
230
+
231
+
232
+ * @applitools/logger bumped to 2.0.10
233
+
234
+ * @applitools/driver bumped to 1.14.0
235
+ #### Features
236
+
237
+ * update testcafe ([#1884](https://github.com/applitools/eyes.sdk.javascript1/issues/1884)) ([104f1b6](https://github.com/applitools/eyes.sdk.javascript1/commit/104f1b6cc0d4f107ba46404383de2fa11fe99dcf))
238
+
239
+
240
+
241
+ * @applitools/screenshoter bumped to 3.8.10
242
+
243
+ * @applitools/nml-client bumped to 1.5.10
244
+
245
+ * @applitools/tunnel-client bumped to 1.2.2
246
+
247
+ * @applitools/ec-client bumped to 1.7.7
248
+
249
+ * @applitools/core-base bumped to 1.5.3
250
+
251
+ * @applitools/core bumped to 3.10.1
252
+
253
+ * @applitools/eyes bumped to 1.8.1
254
+
255
+
256
+ ## 1.17.4 - 2022/8/25
257
+
258
+ ### Features
259
+ - Don't fail `eyes.open` when there is a failure to set viewport size in `UFG`.
260
+ ### Bug fixes
261
+ - Added `next` sub-module to support `index.d.ts`. added it both with `exports` and `typesVersions`
262
+ - fix selector issue in `testcafe`, the selector and the element are the same and once there are multi selector the it's only peak the element
263
+
264
+ ## 1.17.3 - 2022/7/28
265
+
266
+ ### Features
267
+ - Add the ability for the SDK to lazy load the page prior to performing a check window
268
+ - Support padding for regions in the following region types - ignoreRegions, layoutRegions, strictRegions, contentRegions
269
+ ### Bug fixes
270
+ - Fix calling `waitBeforeCapture` when failed to set required viewport size
271
+ - Fix rendering issues with Salesforce Lightning design system
272
+ - Fix issue that prevented self-signed certificates from working when connecting through a proxy server
273
+ - Allow configuration file to be loaded from ancestor directories
274
+ - Fixed bug where a failure in a single UFG environment fails all other environments in the same configuration
275
+ - Better support in DOM slot element
276
+
277
+ ## 1.17.2 - 2022/6/8
278
+
279
+ ### Features
280
+ - Allowed `` values in custom properties
281
+ ### Bug fixes
282
+ - Fixed broken links to enums implementation in the README.md
283
+ - Fixed `forceFullPageScreenshot` option behavior
284
+
285
+ ## 1.17.1 - 2022/6/2
286
+
287
+ ### Features
288
+ ### Bug fixes
289
+ - Fix rounding error of image size when scaling introduces fractions
290
+
291
+ ## 1.17.0 - 2022/6/1
292
+
293
+ ### Features
294
+ - Dorp support for Node.js versions <=12
295
+ ### Bug fixes
296
+ - Fixed incorrect calculation of coded regions in classic mode when using CSS stitching
297
+
298
+ ## 1.16.2 - 2022/5/27
299
+
300
+ ### Features
301
+ ### Bug fixes
302
+ - Fixed `CheckSetting`'s `fully` being overridden by `Configuration`'s `forceFullPageScreenshot`
303
+ - Set EyesExceptions (such as new test, diffs exception and failed test exception) to exception property in TestResultsSummary
304
+ - Returned support of `showLogs` in configuration file and object
305
+ - Improve error message when failed to set viewport size
306
+
307
+ ## 1.16.1 - 2022/5/19
308
+
309
+ ### Features
310
+ - Support Galaxy S22 `DeviceName.Galaxy_S22` emulation device
311
+ ### Bug fixes
312
+ - Fixed the error with importing `testcafe` module
313
+
314
+ ## 1.16.0 - 2022/5/17
315
+
316
+ ### Features
317
+ - Support UFG for native mobile
318
+ - `runner.getAllTestResults` returns the corresponding UFG browser/device configuration for each test. This is available as `runner.getAllTestResults()[i].browserInfo`.
319
+ - Support `failTestcafeOnDiff` as environment variable `APPLITOOLS_FAIL_TESTCAFE_ON_DIFF`
320
+ - Support iPhone SE `IosDeviceName.iPhone_SE` and iPhone 8 Plus `IosDeviceName.iPhone_8_Plus` iOS devices
321
+ ### Bug fixes
322
+ - `runner.getAllTestResults` now aborts unclosed tests
323
+ - `runner.getAllTestResults` now returns all results, including aborted tests
324
+ - `extractText` now supports regions that don't use hints while using `x`/`y` coordinates
325
+ - Support data urls in iframes
326
+
327
+ ## 1.15.5 - 2022/2/22
328
+
329
+ - add support for configuring notifyOnCompletion through an environment variable ([Trello](https://trello.com/c/WWdwQvpv))
330
+ - updated to @applitools/eyes-sdk-core@13.0.6 (from 13.0.5)
331
+ - updated to @applitools/visual-grid-client@15.9.0 (from 15.8.65)
332
+
333
+ ## 1.15.4 - 2022/2/16
334
+
335
+ - fixing: Screenshotter dependency consuming 40+ MB of space
336
+ - updated to @applitools/eyes-api@1.1.8 (from 1.1.7)
337
+ - updated to @applitools/eyes-sdk-core@13.0.5 (from 13.0.0)
338
+ - updated to @applitools/utils@1.2.13 (from 1.2.11)
339
+ - updated to @applitools/visual-grid-client@15.8.65 (from 15.8.62)
340
+ - updated to @applitools/visual-grid-client@15.8.65 (from 15.8.62)
341
+ ## 1.15.3 - 2022/1/24
342
+
343
+ - updated 'Agent ID' to 'eyes.testcafe' (from 'eyes.webdriverio')
344
+ - updated to @applitools/eyes-api@1.1.7 (from 1.1.6)
345
+ - updated to @applitools/eyes-sdk-core@13.0.0 (from 12.24.13)
346
+ - updated to @applitools/visual-grid-client@15.8.62 (from 15.8.60)
347
+
348
+ ## 1.15.2 - 2022/1/14
349
+
350
+ - remove `esModuleInterop` ts compile option
351
+
352
+ ## 1.15.1 - 2022/1/13
353
+
354
+ - set failTestcafeOnDiff default value to true
355
+ - updated to @applitools/eyes-api@1.1.6 (from 1.1.0)
356
+ - updated to @applitools/eyes-sdk-core@12.24.9 (from 12.23.3)
357
+ - updated to @applitools/utils@1.2.11 (from 1.2.2)
358
+ - updated to @applitools/visual-grid-client@15.8.55 (from 15.8.24)
359
+ - updated to @applitools/eyes-sdk-core@12.24.13 (from 12.24.9)
360
+ - updated to @applitools/visual-grid-client@15.8.60 (from 15.8.55)
361
+
362
+ ## 1.15.0 - 2021/9/6
363
+
364
+ - updated to @applitools/eyes-api@1.1.0 (from 1.0.7)
365
+ - updated to @applitools/eyes-sdk-core@12.23.3 (from 12.21.5)
366
+ - updated to @applitools/utils@1.2.2 (from 1.2.0)
367
+ - updated to @applitools/visual-grid-client@15.8.24 (from 15.8.13)
368
+
369
+ ## 1.14.3 - 2021/7/14
370
+
371
+ - fix issue with `Eyes` being exported as a type from legacy type definition file
372
+
373
+ ## 1.14.2 - 2021/7/14
374
+
375
+ - introduced @applitools/eyes-api package with new api
376
+ - updated to @applitools/eyes-api@1.0.7 (from 1.0.3)
377
+ - updated to @applitools/eyes-sdk-core@12.21.5 (from 12.20.0)
378
+ - updated to @applitools/visual-grid-client@15.8.13 (from 15.8.7)
379
+
380
+ ## 1.14.1 - 2021/5/25
381
+
382
+ - added full typescript support
383
+ - introduced @applitools/eyes-api package with new api
384
+ - updated to @applitools/eyes-api@1.0.3 (from 1.0.1)
385
+ - updated to @applitools/eyes-sdk-core@12.20.0 (from 12.19.3)
386
+ - updated to @applitools/utils@1.2.0 (from 1.1.3)
387
+ - updated to @applitools/visual-grid-client@15.8.7 (from 15.8.6)
388
+
389
+ ## 1.14.0 - 2021/5/13
390
+
391
+ - added full typescript support
392
+ - introduced @applitools/eyes-api package with new api
393
+ - updated to @applitools/eyes-api@1.0.1 (from 0.0.2)
394
+ - updated to @applitools/eyes-sdk-core@12.19.3 (from 12.14.2)
395
+ - updated to @applitools/utils@1.1.3 (from 1.1.0)
396
+ - updated to @applitools/visual-grid-client@15.8.6 (from 15.5.14)
397
+
398
+ ## 1.13.1 - 2021/4/22
399
+
400
+ - fix types for eyes open
401
+ - updated to @applitools/visual-grid-client@15.8.1 (from 15.8.0)
402
+
403
+ ## 1.13.0 - 2021/4/22
404
+
405
+ - updated to @applitools/visual-grid-client@15.8.0 (from 15.7.1)
406
+
407
+ ## 1.12.8 - 2021/4/6
408
+
409
+ - updated to @applitools/eyes-sdk-core@12.17.2 (from 12.16.0)
410
+ - updated to @applitools/visual-grid-client@15.7.1 (from 15.6.0)
411
+
412
+ ## 1.12.7 - 2021/3/15
413
+
414
+ - updated to @applitools/eyes-sdk-core@12.16.0 (from 12.15.0)
415
+
416
+ ## 1.12.6 - 2021/3/3
417
+
418
+ - fix bug that prevented window resizing from working reliably ([Trello](https://trello.com/c/xNCZNfPi))
419
+ - updated to @applitools/eyes-sdk-core@12.15.0 (from 12.14.10)
420
+ - updated to @applitools/visual-grid-client@15.6.0 (from 15.5.20)
421
+
422
+ ## 1.12.5 - 2021/2/2
423
+
424
+ - fix default checkWindow behavior- take full page when no target is specified
425
+ - set minimum supported Node version to be consistent with other SDKs (8.9)
426
+ - updated to @applitools/eyes-sdk-core@12.14.7 (from 12.14.2)
427
+ - updated to @applitools/visual-grid-client@15.5.20 (from 15.5.13)
428
+
429
+ ## 1.12.4 - 2021/1/27
430
+
431
+ - chore: add husky
432
+ - update peer dependency version of testcafe to include earlier versions (e.g., 1.7.x)
433
+ - fix issue where the browser is in an invalid state but eyes.open tries to proceed ([Trello](https://trello.com/c/xNCZNfPi))
434
+ - updated to @applitools/eyes-sdk-core@12.14.2 (from 12.13.0)
435
+ - updated to @applitools/visual-grid-client@15.5.13 (from 15.5.6)
436
+
437
+ ## 1.12.3 - 2021/1/13
438
+
439
+ - fix for fetching font-face resources from stylesheets [Trello](https://trello.com/c/DwmxtRoR)
440
+ - updated to @applitools/eyes-sdk-core@12.13.0 (from 12.12.2)
441
+ - updated to @applitools/visual-grid-client@15.5.6 (from 15.5.5)
442
+
443
+ ## 1.12.2 - 2021/1/11
444
+
445
+ - fixed default checkWindow behavior (when no options are provided) to respect backwards compatibility -- so it captures a full page screenshot instead of just the viewport
446
+ - fixed bug in specifying a tag name in checkWindow
447
+ - updated to @applitools/eyes-sdk-core@12.12.2 (from 12.12.1)
448
+ - updated to @applitools/visual-grid-client@15.5.5 (from 15.5.4)
449
+
450
+ ## 1.12.1 - 2021/1/9
451
+
452
+ - fix performance issue with checkWindow command when used on pages of a non-trivial size
453
+ - updated to @applitools/eyes-sdk-core@12.12.1 (from 12.12.0)
454
+ - updated to @applitools/visual-grid-client@15.5.4 (from 15.5.3)
455
+
456
+ ## 1.12.0 - 2021/1/9
457
+
458
+ - Updated SDK to use new core with backwards compatibility for existing API [Trello](https://trello.com/c/MZimmaSV)
459
+ - Added support for new Eyes concurrency model [Trello](https://trello.com/c/a7xq2hlL)
460
+ - Added JS layout support [Trello](https://trello.com/c/9dzS8FhB)
461
+ - Added CORS iframe support [Trello](https://trello.com/c/wPl3ef7y)
462
+ - Fix bugs in fetching resources due to TestCafe reverse proxy URLs [Trello](https://trello.com/c/nlMUhJTp)
463
+ - updated to @applitools/visual-grid-client@15.5.3 (from 15.5.0)
464
+
465
+ ## earlier versions
466
+
467
+ - omitted
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- - -
1
+ - -
2
2
  SDK LICENSE AGREEMENT
3
3
  IMPORTANT - PLEASE READ CAREFULLY THE TERMS OF THIS LICENSE AGREEMENT (“AGREEMENT”). BY INSTALLING, ACCESSING AND/OR USING THE SOFTWARE (AS DEFINED BELOW), YOU EXPRESSLY ACKNOWLEDGE AND AGREE THAT YOU, OR THE COMPANY YOU REPRESENT, (“YOU” OR “LICENSEE”) ARE ENTERING INTO A LEGAL AGREEMENT WITH APPLITOOLS LTD. AND ITS AFFILIATES (“APPLITOOLS”), AND HAVE UNDERSTOOD AND AGREE TO COMPLY WITH, AND BE LEGALLY BOUND BY, THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU HEREBY WAIVE ANY RIGHTS OR REQUIREMENTS UNDER ANY LAWS OR REGULATIONS IN ANY JURISDICTION WHICH REQUIRE AN ORIGINAL (NON-ELECTRONIC) SIGNATURE OR DELIVERY OR RETENTION OF NON-ELECTRONIC RECORDS, TO THE EXTENT PERMITTED UNDER APPLICABLE LAW.
4
4
  THE SOFTWARE MAY BE USED SOLELY FOR YOUR PERSONAL, NON-COMMERCIAL PURPOSES. FOR COMMERCIAL PURPOSES PLEASE CONTACT THE REGIONAL APPLITOOLS BUSINESS REPRESENTATIVE.