@applitools/eyes-storybook 3.58.2 → 3.59.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.
- package/CHANGELOG.md +75 -0
- package/package.json +9 -9
- package/src/generateConfig.js +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,80 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.59.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.58.3...js/eyes-storybook@3.59.0) (2025-09-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* update default concurrency ([#3230](https://github.com/Applitools-Dev/sdk/issues/3230)) ([f548cda](https://github.com/Applitools-Dev/sdk/commit/f548cda77d74b68890abc7c53f566b145e6484ba))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/core bumped to 4.47.0
|
|
14
|
+
#### Features
|
|
15
|
+
|
|
16
|
+
* update default concurrency ([#3230](https://github.com/Applitools-Dev/sdk/issues/3230)) ([f548cda](https://github.com/Applitools-Dev/sdk/commit/f548cda77d74b68890abc7c53f566b145e6484ba))
|
|
17
|
+
* @applitools/eyes bumped to 1.36.6
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
## [3.58.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.58.2...js/eyes-storybook@3.58.3) (2025-09-09)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Dependencies
|
|
24
|
+
|
|
25
|
+
* @applitools/utils bumped to 1.12.0
|
|
26
|
+
#### Features
|
|
27
|
+
|
|
28
|
+
* enable canvas with webgl for autonomous | FLD 3515 ([#3197](https://github.com/Applitools-Dev/sdk/issues/3197)) ([23f22e5](https://github.com/Applitools-Dev/sdk/commit/23f22e517d52dc70f24093dfb21e072b9aa9fb60))
|
|
29
|
+
* @applitools/logger bumped to 2.2.3
|
|
30
|
+
|
|
31
|
+
* @applitools/dom-snapshot bumped to 4.13.6
|
|
32
|
+
|
|
33
|
+
* @applitools/socket bumped to 1.3.4
|
|
34
|
+
|
|
35
|
+
* @applitools/req bumped to 1.8.3
|
|
36
|
+
|
|
37
|
+
* @applitools/image bumped to 1.2.3
|
|
38
|
+
|
|
39
|
+
* @applitools/dom-capture bumped to 11.6.4
|
|
40
|
+
|
|
41
|
+
* @applitools/driver bumped to 1.23.4
|
|
42
|
+
|
|
43
|
+
* @applitools/spec-driver-webdriver bumped to 1.4.4
|
|
44
|
+
|
|
45
|
+
* @applitools/spec-driver-selenium bumped to 1.7.4
|
|
46
|
+
|
|
47
|
+
* @applitools/spec-driver-puppeteer bumped to 1.6.4
|
|
48
|
+
|
|
49
|
+
* @applitools/screenshoter bumped to 3.12.4
|
|
50
|
+
|
|
51
|
+
* @applitools/nml-client bumped to 1.11.4
|
|
52
|
+
|
|
53
|
+
* @applitools/tunnel-client bumped to 1.11.1
|
|
54
|
+
|
|
55
|
+
* @applitools/ufg-client bumped to 1.17.3
|
|
56
|
+
|
|
57
|
+
* @applitools/core-base bumped to 1.27.3
|
|
58
|
+
|
|
59
|
+
* @applitools/ec-client bumped to 1.12.6
|
|
60
|
+
|
|
61
|
+
* @applitools/core bumped to 4.46.0
|
|
62
|
+
#### Features
|
|
63
|
+
|
|
64
|
+
* enable canvas with webgl for autonomous | FLD 3515 ([#3197](https://github.com/Applitools-Dev/sdk/issues/3197)) ([23f22e5](https://github.com/Applitools-Dev/sdk/commit/23f22e517d52dc70f24093dfb21e072b9aa9fb60))
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
#### Bug Fixes
|
|
68
|
+
|
|
69
|
+
* update offline test fixtures to use Google Fonts v12 ([#3215](https://github.com/Applitools-Dev/sdk/issues/3215)) ([ba8ef0c](https://github.com/Applitools-Dev/sdk/commit/ba8ef0c3b11a7f5e9e59a58f29fd5d60760a68ee))
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
* @applitools/eyes bumped to 1.36.5
|
|
74
|
+
|
|
75
|
+
* @applitools/test-server bumped to 1.3.2
|
|
76
|
+
|
|
77
|
+
|
|
3
78
|
## [3.58.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.58.1...js/eyes-storybook@3.58.2) (2025-09-04)
|
|
4
79
|
|
|
5
80
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-storybook",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.59.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
"up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@applitools/core": "4.
|
|
62
|
-
"@applitools/driver": "1.23.
|
|
63
|
-
"@applitools/eyes": "1.36.
|
|
61
|
+
"@applitools/core": "4.47.0",
|
|
62
|
+
"@applitools/driver": "1.23.4",
|
|
63
|
+
"@applitools/eyes": "1.36.6",
|
|
64
64
|
"@applitools/functional-commons": "1.6.0",
|
|
65
|
-
"@applitools/logger": "2.2.
|
|
65
|
+
"@applitools/logger": "2.2.3",
|
|
66
66
|
"@applitools/monitoring-commons": "1.0.19",
|
|
67
|
-
"@applitools/spec-driver-puppeteer": "1.6.
|
|
68
|
-
"@applitools/ufg-client": "1.17.
|
|
69
|
-
"@applitools/utils": "1.
|
|
67
|
+
"@applitools/spec-driver-puppeteer": "1.6.4",
|
|
68
|
+
"@applitools/ufg-client": "1.17.3",
|
|
69
|
+
"@applitools/utils": "1.12.0",
|
|
70
70
|
"@inquirer/prompts": "7.0.1",
|
|
71
71
|
"boxen": "4.2.0",
|
|
72
72
|
"chalk": "3.0.0",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@applitools/bongo": "^5.10.0",
|
|
84
84
|
"@applitools/snaptdout": "^1.1.0",
|
|
85
|
-
"@applitools/test-server": "^1.3.
|
|
85
|
+
"@applitools/test-server": "^1.3.2",
|
|
86
86
|
"@applitools/test-utils": "^1.5.17",
|
|
87
87
|
"@storybook/addon-interactions": "^6.4.18",
|
|
88
88
|
"@storybook/react": "^6.5.16",
|
package/src/generateConfig.js
CHANGED
|
@@ -4,7 +4,8 @@ const utils = require('@applitools/utils');
|
|
|
4
4
|
const {resolve} = require('path');
|
|
5
5
|
const {deprecationWarning} = require('./errMessages');
|
|
6
6
|
const uniq = require('./uniq');
|
|
7
|
-
const
|
|
7
|
+
const {DEFAULT_CONCURRENCY} = require('@applitools/core');
|
|
8
|
+
const MAX_DATA_GAP = DEFAULT_CONCURRENCY * 2;
|
|
8
9
|
|
|
9
10
|
function generateConfig({argv = {}, defaultConfig = {}, externalConfigParams = []}) {
|
|
10
11
|
const defaultConfigParams = Object.keys(defaultConfig);
|
|
@@ -48,7 +49,7 @@ function generateConfig({argv = {}, defaultConfig = {}, externalConfigParams = [
|
|
|
48
49
|
? result.testConcurrency
|
|
49
50
|
: utils.types.isInteger(result.concurrency)
|
|
50
51
|
? result.concurrency * 5
|
|
51
|
-
:
|
|
52
|
+
: DEFAULT_CONCURRENCY;
|
|
52
53
|
|
|
53
54
|
result.eyesServerUrl = result.serverUrl;
|
|
54
55
|
|