@applitools/eyes-storybook 3.62.1 → 3.62.3

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 CHANGED
@@ -1,5 +1,159 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.62.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.62.2...js/eyes-storybook@3.62.3) (2025-11-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.14.0
9
+ #### Features
10
+
11
+ * disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225))
12
+ * @applitools/core-base bumped to 1.30.0
13
+ #### Features
14
+
15
+ * disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225))
16
+
17
+
18
+ #### Bug Fixes
19
+
20
+ * fails to create test with coded dynamic region | AD-11074 ([#3361](https://github.com/Applitools-Dev/sdk/issues/3361)) ([7f8c8cd](https://github.com/Applitools-Dev/sdk/commit/7f8c8cd85c0cd2e5861cd33fbc29c465903258d5))
21
+ * resolved an issue with `matchTimeout` changing `retryTimeout` ([f656f59](https://github.com/Applitools-Dev/sdk/commit/f656f59dbfb7c41fdb569fbc56d2e9daecefb854))
22
+
23
+
24
+
25
+ * @applitools/eyes bumped to 1.36.16
26
+ #### Bug Fixes
27
+
28
+ * resolved an issue with `matchTimeout` changing `retryTimeout` ([f656f59](https://github.com/Applitools-Dev/sdk/commit/f656f59dbfb7c41fdb569fbc56d2e9daecefb854))
29
+
30
+
31
+
32
+ * @applitools/logger bumped to 2.2.6
33
+
34
+ * @applitools/dom-snapshot bumped to 4.15.1
35
+
36
+ * @applitools/socket bumped to 1.3.7
37
+
38
+ * @applitools/req bumped to 1.8.6
39
+
40
+ * @applitools/image bumped to 1.2.5
41
+
42
+ * @applitools/dom-capture bumped to 11.6.7
43
+
44
+ * @applitools/driver bumped to 1.24.2
45
+
46
+ * @applitools/spec-driver-webdriver bumped to 1.5.2
47
+
48
+ * @applitools/spec-driver-selenium bumped to 1.7.8
49
+
50
+ * @applitools/spec-driver-puppeteer bumped to 1.6.8
51
+
52
+ * @applitools/screenshoter bumped to 3.12.9
53
+
54
+ * @applitools/nml-client bumped to 1.11.11
55
+ #### Bug Fixes
56
+
57
+ * better nml error messages ([#3311](https://github.com/Applitools-Dev/sdk/issues/3311)) ([3deea01](https://github.com/Applitools-Dev/sdk/commit/3deea0130636c44573adc919b95c1c99e6d194f1))
58
+
59
+
60
+
61
+ * @applitools/tunnel-client bumped to 1.11.4
62
+
63
+ * @applitools/ufg-client bumped to 1.18.2
64
+
65
+ * @applitools/ec-client bumped to 1.12.13
66
+
67
+ * @applitools/core bumped to 4.53.0
68
+ #### Features
69
+
70
+ * disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225))
71
+
72
+
73
+ #### Bug Fixes
74
+
75
+ * better nml error messages ([#3311](https://github.com/Applitools-Dev/sdk/issues/3311)) ([3deea01](https://github.com/Applitools-Dev/sdk/commit/3deea0130636c44573adc919b95c1c99e6d194f1))
76
+ * fails to create test with coded dynamic region | AD-11074 ([#3361](https://github.com/Applitools-Dev/sdk/issues/3361)) ([7f8c8cd](https://github.com/Applitools-Dev/sdk/commit/7f8c8cd85c0cd2e5861cd33fbc29c465903258d5))
77
+ * resolved an issue with `matchTimeout` changing `retryTimeout` ([f656f59](https://github.com/Applitools-Dev/sdk/commit/f656f59dbfb7c41fdb569fbc56d2e9daecefb854))
78
+
79
+
80
+
81
+ * @applitools/test-server bumped to 1.3.5
82
+
83
+
84
+ ## [3.62.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.62.1...js/eyes-storybook@3.62.2) (2025-11-09)
85
+
86
+
87
+ ### Dependencies
88
+
89
+ * @applitools/utils bumped to 1.13.0
90
+ #### Features
91
+
92
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
93
+ * @applitools/logger bumped to 2.2.5
94
+
95
+ * @applitools/dom-snapshot bumped to 4.15.0
96
+ #### Features
97
+
98
+ * add support for adopted stylesheets with nesting | FLD-3212 ([#3325](https://github.com/Applitools-Dev/sdk/issues/3325)) ([8587926](https://github.com/Applitools-Dev/sdk/commit/8587926b0d6ef820cfbd8f89ddb062a3d77f65ab))
99
+
100
+
101
+
102
+ * @applitools/core-base bumped to 1.29.0
103
+ #### Features
104
+
105
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
106
+
107
+
108
+
109
+ * @applitools/socket bumped to 1.3.6
110
+
111
+ * @applitools/req bumped to 1.8.5
112
+
113
+ * @applitools/image bumped to 1.2.4
114
+
115
+ * @applitools/dom-capture bumped to 11.6.6
116
+ #### Performance Improvements
117
+
118
+ * remove dynamic loading of Dom capture and Dom snapshot ([#3322](https://github.com/Applitools-Dev/sdk/issues/3322)) ([7d15ee9](https://github.com/Applitools-Dev/sdk/commit/7d15ee98d5d39c7e478b6bfe3e14b8eea93937e5))
119
+
120
+
121
+
122
+ * @applitools/driver bumped to 1.24.1
123
+
124
+ * @applitools/spec-driver-webdriver bumped to 1.5.1
125
+
126
+ * @applitools/spec-driver-selenium bumped to 1.7.7
127
+
128
+ * @applitools/spec-driver-puppeteer bumped to 1.6.7
129
+
130
+ * @applitools/screenshoter bumped to 3.12.8
131
+
132
+ * @applitools/nml-client bumped to 1.11.10
133
+
134
+ * @applitools/tunnel-client bumped to 1.11.3
135
+
136
+ * @applitools/ufg-client bumped to 1.18.1
137
+
138
+ * @applitools/ec-client bumped to 1.12.12
139
+
140
+ * @applitools/core bumped to 4.52.0
141
+ #### Features
142
+
143
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
144
+
145
+
146
+ #### Performance Improvements
147
+
148
+ * remove dynamic loading of Dom capture and Dom snapshot ([#3322](https://github.com/Applitools-Dev/sdk/issues/3322)) ([7d15ee9](https://github.com/Applitools-Dev/sdk/commit/7d15ee98d5d39c7e478b6bfe3e14b8eea93937e5))
149
+
150
+
151
+
152
+ * @applitools/eyes bumped to 1.36.15
153
+
154
+ * @applitools/test-server bumped to 1.3.4
155
+
156
+
3
157
  ## [3.62.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.62.0...js/eyes-storybook@3.62.1) (2025-11-03)
4
158
 
5
159
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.62.1",
3
+ "version": "3.62.3",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -59,15 +59,15 @@
59
59
  "up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
60
60
  },
61
61
  "dependencies": {
62
- "@applitools/core": "4.51.0",
63
- "@applitools/driver": "1.24.0",
64
- "@applitools/eyes": "1.36.14",
62
+ "@applitools/core": "4.53.0",
63
+ "@applitools/driver": "1.24.2",
64
+ "@applitools/eyes": "1.36.16",
65
65
  "@applitools/functional-commons": "1.6.0",
66
- "@applitools/logger": "2.2.4",
66
+ "@applitools/logger": "2.2.6",
67
67
  "@applitools/monitoring-commons": "1.0.19",
68
- "@applitools/spec-driver-puppeteer": "1.6.6",
69
- "@applitools/ufg-client": "1.18.0",
70
- "@applitools/utils": "1.12.0",
68
+ "@applitools/spec-driver-puppeteer": "1.6.8",
69
+ "@applitools/ufg-client": "1.18.2",
70
+ "@applitools/utils": "1.14.0",
71
71
  "@inquirer/prompts": "7.0.1",
72
72
  "boxen": "4.2.0",
73
73
  "chalk": "3.0.0",
@@ -83,7 +83,7 @@
83
83
  "devDependencies": {
84
84
  "@applitools/bongo": "^5.10.0",
85
85
  "@applitools/snaptdout": "^1.1.0",
86
- "@applitools/test-server": "^1.3.3",
86
+ "@applitools/test-server": "^1.3.5",
87
87
  "@applitools/test-utils": "^1.5.17",
88
88
  "@storybook/addon-interactions": "^6.4.18",
89
89
  "@storybook/react": "^6.5.16",
@@ -99,26 +99,27 @@ async function eyesStorybook({
99
99
  });
100
100
  const pagePool = createPagePool({initPage, logger});
101
101
 
102
- const {stories, page} = await getStoriesWithSpinner();
102
+ try {
103
+ const {stories, page} = await getStoriesWithSpinner();
103
104
 
104
- const doTakeDomSnapshots = async ({page, ...settings}) => {
105
- const driver = await new Driver({spec, driver: page, logger});
106
- return await core.takeSnapshots({
107
- logger,
108
- driver,
109
- settings: mergeConfigs({config, settings}),
110
- account,
105
+ const doTakeDomSnapshots = async ({page, ...settings}) => {
106
+ const driver = await new Driver({spec, driver: page, logger});
107
+ return await core.takeSnapshots({
108
+ logger,
109
+ driver,
110
+ settings: mergeConfigs({config, settings}),
111
+ account,
112
+ });
113
+ };
114
+
115
+ logger.log('got script for processPage');
116
+ browserLog({
117
+ page,
118
+ onLog: text => {
119
+ logger.log(`master tab: ${text}`);
120
+ },
111
121
  });
112
- };
113
-
114
- logger.log('got script for processPage');
115
- browserLog({
116
- page,
117
- onLog: text => {
118
- logger.log(`master tab: ${text}`);
119
- },
120
- });
121
- try {
122
+
122
123
  const filteredStories = filterStories({stories, config});
123
124
 
124
125
  // Log filtering and sharding results