@applitools/eyes-storybook 3.62.2 → 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 +81 -0
- package/package.json +9 -9
- package/src/eyesStorybook.js +19 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,86 @@
|
|
|
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
|
+
|
|
3
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)
|
|
4
85
|
|
|
5
86
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-storybook",
|
|
3
|
-
"version": "3.62.
|
|
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.
|
|
63
|
-
"@applitools/driver": "1.24.
|
|
64
|
-
"@applitools/eyes": "1.36.
|
|
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.
|
|
66
|
+
"@applitools/logger": "2.2.6",
|
|
67
67
|
"@applitools/monitoring-commons": "1.0.19",
|
|
68
|
-
"@applitools/spec-driver-puppeteer": "1.6.
|
|
69
|
-
"@applitools/ufg-client": "1.18.
|
|
70
|
-
"@applitools/utils": "1.
|
|
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.
|
|
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",
|
package/src/eyesStorybook.js
CHANGED
|
@@ -99,26 +99,27 @@ async function eyesStorybook({
|
|
|
99
99
|
});
|
|
100
100
|
const pagePool = createPagePool({initPage, logger});
|
|
101
101
|
|
|
102
|
-
|
|
102
|
+
try {
|
|
103
|
+
const {stories, page} = await getStoriesWithSpinner();
|
|
103
104
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
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
|