@applitools/eyes-storybook 3.55.4 → 3.55.6
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 +126 -0
- package/README.md +2 -2
- package/package.json +10 -10
- package/src/concurrencyMsg.js +1 -1
- package/src/generateConfig.js +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,131 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.55.6](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.55.5...js/eyes-storybook@3.55.6) (2025-06-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* relative links in readme | AD-9703 ([#2960](https://github.com/Applitools-Dev/sdk/issues/2960)) ([672207b](https://github.com/Applitools-Dev/sdk/commit/672207b55e30f1581defeda4f2f743eaf5b1849d))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/dom-snapshot bumped to 4.11.22
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* css media query group conditions | FLD-3151 ([#3023](https://github.com/Applitools-Dev/sdk/issues/3023)) ([56ec107](https://github.com/Applitools-Dev/sdk/commit/56ec107bcda6a5a330d19c278267d73de5d86d8b))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
* @applitools/core-base bumped to 1.25.4
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* Differentiate Between Invalid and Missing API Key Errors ([6ac17d4](https://github.com/Applitools-Dev/sdk/commit/6ac17d40d7aff45b3de5c949dc7d4673b9739bfd))
|
|
24
|
+
* export issues for ts js with legacy solution ([#3016](https://github.com/Applitools-Dev/sdk/issues/3016)) ([a3a9daf](https://github.com/Applitools-Dev/sdk/commit/a3a9daf9c3361bb1f253499c1335a1434ec520d1))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
* @applitools/eyes bumped to 1.35.1
|
|
29
|
+
#### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* remove safari-early-access browser version for js sdks | AD-10226 ([#3034](https://github.com/Applitools-Dev/sdk/issues/3034)) ([7ca09f5](https://github.com/Applitools-Dev/sdk/commit/7ca09f5c0c271570142058ea766533b86434dc2e))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
* @applitools/test-server bumped to 1.2.3
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* basic auth protected resources | FLD-2761 | FMRI-120 ([#2444](https://github.com/Applitools-Dev/sdk/issues/2444)) ([b48cf49](https://github.com/Applitools-Dev/sdk/commit/b48cf49dec50bbf1ed2ba111608a48cf09962565))
|
|
39
|
+
* export issues for ts js with legacy solution ([#3016](https://github.com/Applitools-Dev/sdk/issues/3016)) ([a3a9daf](https://github.com/Applitools-Dev/sdk/commit/a3a9daf9c3361bb1f253499c1335a1434ec520d1))
|
|
40
|
+
* storybook navigation timeouts ([#2701](https://github.com/Applitools-Dev/sdk/issues/2701)) ([64e3a40](https://github.com/Applitools-Dev/sdk/commit/64e3a40a524ae76ec457ae9c2d1170fbaea5e982))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
* @applitools/req bumped to 1.7.13
|
|
45
|
+
|
|
46
|
+
* @applitools/dom-capture bumped to 11.5.6
|
|
47
|
+
|
|
48
|
+
* @applitools/spec-driver-webdriver bumped to 1.2.6
|
|
49
|
+
|
|
50
|
+
* @applitools/screenshoter bumped to 3.11.5
|
|
51
|
+
|
|
52
|
+
* @applitools/nml-client bumped to 1.9.5
|
|
53
|
+
#### Bug Fixes
|
|
54
|
+
|
|
55
|
+
* nml-client depends on core-base ([#2995](https://github.com/Applitools-Dev/sdk/issues/2995)) ([1f7cf69](https://github.com/Applitools-Dev/sdk/commit/1f7cf6930709a40a498dd1f525132648aa593af0))
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
* @applitools/tunnel-client bumped to 1.8.0
|
|
60
|
+
#### Features
|
|
61
|
+
|
|
62
|
+
* update build script to include individual zip creation ([#3008](https://github.com/Applitools-Dev/sdk/issues/3008)) ([46a0cfc](https://github.com/Applitools-Dev/sdk/commit/46a0cfcc472ab69384560095d90a7fa58b4b9186))
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
* @applitools/ufg-client bumped to 1.16.12
|
|
67
|
+
#### Bug Fixes
|
|
68
|
+
|
|
69
|
+
* remove safari-early-access browser version for js sdks | AD-10226 ([#3034](https://github.com/Applitools-Dev/sdk/issues/3034)) ([7ca09f5](https://github.com/Applitools-Dev/sdk/commit/7ca09f5c0c271570142058ea766533b86434dc2e))
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
* @applitools/ec-client bumped to 1.10.15
|
|
74
|
+
|
|
75
|
+
* @applitools/core bumped to 4.40.0
|
|
76
|
+
#### Features
|
|
77
|
+
|
|
78
|
+
* update build script to include individual zip creation ([#3008](https://github.com/Applitools-Dev/sdk/issues/3008)) ([46a0cfc](https://github.com/Applitools-Dev/sdk/commit/46a0cfcc472ab69384560095d90a7fa58b4b9186))
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
#### Bug Fixes
|
|
82
|
+
|
|
83
|
+
* css media query group conditions | FLD-3151 ([#3023](https://github.com/Applitools-Dev/sdk/issues/3023)) ([56ec107](https://github.com/Applitools-Dev/sdk/commit/56ec107bcda6a5a330d19c278267d73de5d86d8b))
|
|
84
|
+
* export issues for ts js with legacy solution ([#3016](https://github.com/Applitools-Dev/sdk/issues/3016)) ([a3a9daf](https://github.com/Applitools-Dev/sdk/commit/a3a9daf9c3361bb1f253499c1335a1434ec520d1))
|
|
85
|
+
* extractLatestCommitInfo | FLD-3217 ([#3039](https://github.com/Applitools-Dev/sdk/issues/3039)) ([3f72a23](https://github.com/Applitools-Dev/sdk/commit/3f72a230fa0166046ea85ae004cfb544de86e628))
|
|
86
|
+
* handle error when sending started message in tunnel manager server ([#3019](https://github.com/Applitools-Dev/sdk/issues/3019)) ([2cdaad8](https://github.com/Applitools-Dev/sdk/commit/2cdaad896fd679187449b69abe529b006f6255ee))
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## [3.55.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.55.4...js/eyes-storybook@3.55.5) (2025-04-29)
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
### Bug Fixes
|
|
95
|
+
|
|
96
|
+
* ios device version not populating correctly | FLD-2861 ([#2925](https://github.com/Applitools-Dev/sdk/issues/2925)) ([c614462](https://github.com/Applitools-Dev/sdk/commit/c61446274da75a97dcd0b53c8b40db9ba5a034c3))
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
### Dependencies
|
|
100
|
+
|
|
101
|
+
* @applitools/dom-snapshot bumped to 4.11.19
|
|
102
|
+
|
|
103
|
+
* @applitools/driver bumped to 1.21.2
|
|
104
|
+
#### Bug Fixes
|
|
105
|
+
|
|
106
|
+
* not properly detected platform if written with underscore | FLD-2892 ([#2934](https://github.com/Applitools-Dev/sdk/issues/2934)) ([5ca4eb9](https://github.com/Applitools-Dev/sdk/commit/5ca4eb9d952cb089b7b3678d0d6f242ac7f9dad5))
|
|
107
|
+
* @applitools/spec-driver-webdriver bumped to 1.2.3
|
|
108
|
+
|
|
109
|
+
* @applitools/spec-driver-selenium bumped to 1.5.99
|
|
110
|
+
|
|
111
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.28
|
|
112
|
+
|
|
113
|
+
* @applitools/screenshoter bumped to 3.11.2
|
|
114
|
+
|
|
115
|
+
* @applitools/nml-client bumped to 1.9.2
|
|
116
|
+
|
|
117
|
+
* @applitools/ec-client bumped to 1.10.10
|
|
118
|
+
|
|
119
|
+
* @applitools/core bumped to 4.37.1
|
|
120
|
+
#### Bug Fixes
|
|
121
|
+
|
|
122
|
+
* handle slashes in branch name extraction from GITHUB_REF ([#2937](https://github.com/Applitools-Dev/sdk/issues/2937)) ([aa8bfa3](https://github.com/Applitools-Dev/sdk/commit/aa8bfa3118f43c52485362f729556acceea40ac6))
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
* @applitools/eyes bumped to 1.34.1
|
|
127
|
+
|
|
128
|
+
|
|
3
129
|
## [3.55.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.55.3...js/eyes-storybook@3.55.4) (2025-04-17)
|
|
4
130
|
|
|
5
131
|
|
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ npm install --save-dev @applitools/eyes-storybook
|
|
|
12
12
|
|
|
13
13
|
### Entering the Applitools API key {#API}
|
|
14
14
|
|
|
15
|
-
To authenticate via the Applitools server and run tests, you need to set the environment variable `APPLITOOLS_API_KEY` to the API key provided from Applitools Eyes. For details on how to retrieve your API key, see [the Applitools documentation](/getting-started/retrieve-api-key).
|
|
15
|
+
To authenticate via the Applitools server and run tests, you need to set the environment variable `APPLITOOLS_API_KEY` to the API key provided from Applitools Eyes. For details on how to retrieve your API key, see [the Applitools documentation](https://applitools.com/tutorials/getting-started/retrieve-api-key).
|
|
16
16
|
|
|
17
17
|
#### Entering the API Key on Linux or a Mac
|
|
18
18
|
|
|
@@ -32,6 +32,6 @@ set APPLITOOLS_API_KEY=<API_key>
|
|
|
32
32
|
|
|
33
33
|
For further information, see:
|
|
34
34
|
|
|
35
|
-
* [Quickstart](https://applitools.com/tutorials/sdks/storybook
|
|
35
|
+
* [Quickstart](https://applitools.com/tutorials/sdks/storybook/quickstart)
|
|
36
36
|
* [Overview](https://applitools.com/tutorials/sdks/storybook)
|
|
37
37
|
* [Changelog](https://applitools.com/tutorials/sdks/storybook/changelog)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-storybook",
|
|
3
|
-
"version": "3.55.
|
|
3
|
+
"version": "3.55.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"nodejs",
|
|
12
12
|
"javascript"
|
|
13
13
|
],
|
|
14
|
-
"homepage": "https://applitools.com/
|
|
14
|
+
"homepage": "https://applitools.com/tutorials/sdks/storybook",
|
|
15
15
|
"license": "SEE LICENSE IN LICENSE",
|
|
16
16
|
"author": "Applitools Team <team@applitools.com>",
|
|
17
17
|
"bin": "./bin/eyes-storybook.js",
|
|
@@ -53,15 +53,15 @@
|
|
|
53
53
|
"up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@applitools/core": "4.
|
|
57
|
-
"@applitools/driver": "1.21.
|
|
58
|
-
"@applitools/eyes": "1.
|
|
56
|
+
"@applitools/core": "4.40.0",
|
|
57
|
+
"@applitools/driver": "1.21.4",
|
|
58
|
+
"@applitools/eyes": "1.35.1",
|
|
59
59
|
"@applitools/functional-commons": "1.6.0",
|
|
60
|
-
"@applitools/logger": "2.1.
|
|
60
|
+
"@applitools/logger": "2.1.4",
|
|
61
61
|
"@applitools/monitoring-commons": "1.0.19",
|
|
62
|
-
"@applitools/spec-driver-puppeteer": "1.4.
|
|
63
|
-
"@applitools/ufg-client": "1.16.
|
|
64
|
-
"@applitools/utils": "1.8.
|
|
62
|
+
"@applitools/spec-driver-puppeteer": "1.4.30",
|
|
63
|
+
"@applitools/ufg-client": "1.16.12",
|
|
64
|
+
"@applitools/utils": "1.8.2",
|
|
65
65
|
"boxen": "4.2.0",
|
|
66
66
|
"chalk": "3.0.0",
|
|
67
67
|
"detect-port": "1.3.0",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@applitools/bongo": "^5.10.0",
|
|
78
78
|
"@applitools/snaptdout": "^1.0.0",
|
|
79
|
-
"@applitools/test-server": "^1.2.
|
|
79
|
+
"@applitools/test-server": "^1.2.3",
|
|
80
80
|
"@applitools/test-utils": "^1.5.17",
|
|
81
81
|
"@storybook/addon-interactions": "^6.4.18",
|
|
82
82
|
"@storybook/react": "^6.5.16",
|
package/src/concurrencyMsg.js
CHANGED
|
@@ -4,6 +4,6 @@ const chalk = require('chalk');
|
|
|
4
4
|
module.exports = chalk.yellow(`
|
|
5
5
|
Important notice: Your Applitools visual tests are currently running with a concurrency value of 5.
|
|
6
6
|
This means that only up to 5 visual tests can run in parallel, and therefore the execution might be slower.
|
|
7
|
-
If your Applitools license supports a higher concurrency level, set the "testConcurrency" parameter as explained here: https://applitools.com/
|
|
7
|
+
If your Applitools license supports a higher concurrency level, set the "testConcurrency" parameter as explained here: https://applitools.com/tutorials/sdks/storybook/config#config.
|
|
8
8
|
Need a higher concurrency in your account? Email us @ sdr@applitools.com with your required concurrency level.
|
|
9
9
|
`);
|
package/src/generateConfig.js
CHANGED
|
@@ -95,11 +95,13 @@ function transformBrowser(result) {
|
|
|
95
95
|
result.environments = result.browser.map(browser => {
|
|
96
96
|
if (browser.deviceName) {
|
|
97
97
|
return {chromeEmulationInfo: browser};
|
|
98
|
+
} else if (utils.types.has(browser, 'iosDeviceInfo')) {
|
|
99
|
+
const {iosVersion, ...iosDeviceInfo} = browser.iosDeviceInfo;
|
|
100
|
+
return {iosDeviceInfo: {...iosDeviceInfo, version: iosVersion ?? iosDeviceInfo.version}};
|
|
98
101
|
} else if (!browser.name) {
|
|
99
102
|
return {...browser, name: 'chrome'};
|
|
100
|
-
} else {
|
|
101
|
-
return browser;
|
|
102
103
|
}
|
|
104
|
+
return browser;
|
|
103
105
|
});
|
|
104
106
|
}
|
|
105
107
|
delete result.browser;
|