@applitools/eyes-storybook 3.58.3 → 3.59.1

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,71 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.59.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.59.0...js/eyes-storybook@3.59.1) (2025-09-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/logger bumped to 2.2.4
9
+ #### Bug Fixes
10
+
11
+ * remove duplicate tests on different sessions for same batch ([#3184](https://github.com/Applitools-Dev/sdk/issues/3184)) ([ede0d1f](https://github.com/Applitools-Dev/sdk/commit/ede0d1fd8018e14c19811903d78c273bce048f84))
12
+ * @applitools/dom-snapshot bumped to 4.13.7
13
+
14
+ * @applitools/socket bumped to 1.3.5
15
+
16
+ * @applitools/req bumped to 1.8.4
17
+
18
+ * @applitools/dom-capture bumped to 11.6.5
19
+
20
+ * @applitools/driver bumped to 1.23.5
21
+
22
+ * @applitools/spec-driver-webdriver bumped to 1.4.5
23
+
24
+ * @applitools/spec-driver-selenium bumped to 1.7.5
25
+
26
+ * @applitools/spec-driver-puppeteer bumped to 1.6.5
27
+
28
+ * @applitools/screenshoter bumped to 3.12.5
29
+
30
+ * @applitools/nml-client bumped to 1.11.5
31
+
32
+ * @applitools/tunnel-client bumped to 1.11.2
33
+
34
+ * @applitools/ufg-client bumped to 1.17.4
35
+
36
+ * @applitools/core-base bumped to 1.27.4
37
+
38
+ * @applitools/ec-client bumped to 1.12.7
39
+
40
+ * @applitools/core bumped to 4.47.1
41
+ #### Bug Fixes
42
+
43
+ * remove duplicate tests on different sessions for same batch ([#3184](https://github.com/Applitools-Dev/sdk/issues/3184)) ([ede0d1f](https://github.com/Applitools-Dev/sdk/commit/ede0d1fd8018e14c19811903d78c273bce048f84))
44
+
45
+
46
+
47
+ * @applitools/eyes bumped to 1.36.7
48
+
49
+ * @applitools/test-server bumped to 1.3.3
50
+
51
+
52
+ ## [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)
53
+
54
+
55
+ ### Features
56
+
57
+ * update default concurrency ([#3230](https://github.com/Applitools-Dev/sdk/issues/3230)) ([f548cda](https://github.com/Applitools-Dev/sdk/commit/f548cda77d74b68890abc7c53f566b145e6484ba))
58
+
59
+
60
+ ### Dependencies
61
+
62
+ * @applitools/core bumped to 4.47.0
63
+ #### Features
64
+
65
+ * update default concurrency ([#3230](https://github.com/Applitools-Dev/sdk/issues/3230)) ([f548cda](https://github.com/Applitools-Dev/sdk/commit/f548cda77d74b68890abc7c53f566b145e6484ba))
66
+ * @applitools/eyes bumped to 1.36.6
67
+
68
+
3
69
  ## [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)
4
70
 
5
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.58.3",
3
+ "version": "3.59.1",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -58,14 +58,14 @@
58
58
  "up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
59
59
  },
60
60
  "dependencies": {
61
- "@applitools/core": "4.46.0",
62
- "@applitools/driver": "1.23.4",
63
- "@applitools/eyes": "1.36.5",
61
+ "@applitools/core": "4.47.1",
62
+ "@applitools/driver": "1.23.5",
63
+ "@applitools/eyes": "1.36.7",
64
64
  "@applitools/functional-commons": "1.6.0",
65
- "@applitools/logger": "2.2.3",
65
+ "@applitools/logger": "2.2.4",
66
66
  "@applitools/monitoring-commons": "1.0.19",
67
- "@applitools/spec-driver-puppeteer": "1.6.4",
68
- "@applitools/ufg-client": "1.17.3",
67
+ "@applitools/spec-driver-puppeteer": "1.6.5",
68
+ "@applitools/ufg-client": "1.17.4",
69
69
  "@applitools/utils": "1.12.0",
70
70
  "@inquirer/prompts": "7.0.1",
71
71
  "boxen": "4.2.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.2",
85
+ "@applitools/test-server": "^1.3.3",
86
86
  "@applitools/test-utils": "^1.5.17",
87
87
  "@storybook/addon-interactions": "^6.4.18",
88
88
  "@storybook/react": "^6.5.16",
@@ -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 MAX_DATA_GAP = 60;
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
- : 5;
52
+ : DEFAULT_CONCURRENCY;
52
53
 
53
54
  result.eyesServerUrl = result.serverUrl;
54
55