@applitools/eyes-storybook 3.50.0 → 3.50.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,115 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.50.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.50.2...js/eyes-storybook@3.50.3) (2024-05-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * storybook with yarn pnp ([#2350](https://github.com/Applitools-Dev/sdk/issues/2350)) ([1b67e8f](https://github.com/Applitools-Dev/sdk/commit/1b67e8f5e37ed97aed55f38be1827db71243e38c))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/dom-capture bumped to 11.2.7
14
+ #### Bug Fixes
15
+
16
+ * capture user input from input elements ([#2347](https://github.com/Applitools-Dev/sdk/issues/2347)) ([f82d3bb](https://github.com/Applitools-Dev/sdk/commit/f82d3bbc79c624ab7e8eeade7559b523f6adfeac))
17
+ * @applitools/core-base bumped to 1.14.0
18
+ #### Features
19
+
20
+ * expose git latest commit info in env vars ([#2349](https://github.com/Applitools-Dev/sdk/issues/2349)) ([1db248c](https://github.com/Applitools-Dev/sdk/commit/1db248c83ee1cbc83f905163fe5bd63dd5e293c2))
21
+ * long eyes requests with custom domain ([#2343](https://github.com/Applitools-Dev/sdk/issues/2343)) ([d54beea](https://github.com/Applitools-Dev/sdk/commit/d54beea8c33a56a0516904773daaa5095340fd12))
22
+ * @applitools/ec-client bumped to 1.8.5
23
+
24
+ * @applitools/core bumped to 4.15.0
25
+ #### Features
26
+
27
+ * expose git latest commit info in env vars ([#2349](https://github.com/Applitools-Dev/sdk/issues/2349)) ([1db248c](https://github.com/Applitools-Dev/sdk/commit/1db248c83ee1cbc83f905163fe5bd63dd5e293c2))
28
+
29
+
30
+
31
+
32
+ ## [3.50.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.50.1...js/eyes-storybook@3.50.2) (2024-05-01)
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * @applitools/dom-snapshot bumped to 4.11.1
38
+ #### Bug Fixes
39
+
40
+ * support for using unicode and just using escape with numbers ([#2241](https://github.com/Applitools-Dev/sdk/issues/2241)) ([c59f47f](https://github.com/Applitools-Dev/sdk/commit/c59f47f73585d7f308c43c9ee1845e097a2111a3))
41
+ * @applitools/driver bumped to 1.17.2
42
+ #### Bug Fixes
43
+
44
+ * cache nml client per driver ([#2336](https://github.com/Applitools-Dev/sdk/issues/2336)) ([02c09a5](https://github.com/Applitools-Dev/sdk/commit/02c09a53eb6ca6340c93365908f4c485ab389c21))
45
+ * @applitools/core-base bumped to 1.13.0
46
+ #### Features
47
+
48
+ * `matchTimeout` ([#2309](https://github.com/Applitools-Dev/sdk/issues/2309)) ([626529e](https://github.com/Applitools-Dev/sdk/commit/626529e839fd2a96ac0de98332f42873c0f387a4))
49
+ * @applitools/spec-driver-webdriver bumped to 1.1.7
50
+
51
+ * @applitools/spec-driver-selenium bumped to 1.5.78
52
+
53
+ * @applitools/spec-driver-puppeteer bumped to 1.4.7
54
+
55
+ * @applitools/screenshoter bumped to 3.8.31
56
+
57
+ * @applitools/nml-client bumped to 1.8.4
58
+
59
+ * @applitools/ec-client bumped to 1.8.4
60
+
61
+ * @applitools/core bumped to 4.14.0
62
+ #### Features
63
+
64
+ * `matchTimeout` ([#2309](https://github.com/Applitools-Dev/sdk/issues/2309)) ([626529e](https://github.com/Applitools-Dev/sdk/commit/626529e839fd2a96ac0de98332f42873c0f387a4))
65
+
66
+
67
+ #### Bug Fixes
68
+
69
+ * cache nml client per driver ([#2336](https://github.com/Applitools-Dev/sdk/issues/2336)) ([02c09a5](https://github.com/Applitools-Dev/sdk/commit/02c09a53eb6ca6340c93365908f4c485ab389c21))
70
+ * support for using unicode and just using escape with numbers ([#2241](https://github.com/Applitools-Dev/sdk/issues/2241)) ([c59f47f](https://github.com/Applitools-Dev/sdk/commit/c59f47f73585d7f308c43c9ee1845e097a2111a3))
71
+
72
+
73
+
74
+
75
+ ## [3.50.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.50.0...js/eyes-storybook@3.50.1) (2024-04-22)
76
+
77
+
78
+ ### Dependencies
79
+
80
+ * @applitools/dom-snapshot bumped to 4.11.0
81
+ #### Features
82
+
83
+ * extract url from embed element ([#2285](https://github.com/Applitools-Dev/sdk/issues/2285)) ([3c4da0d](https://github.com/Applitools-Dev/sdk/commit/3c4da0dbd061cb2fc4313392196012ffd4601d0e))
84
+ * @applitools/driver bumped to 1.17.0
85
+ #### Features
86
+
87
+ * report batchId and batchUrl to kobiton ([#2329](https://github.com/Applitools-Dev/sdk/issues/2329)) ([5be4356](https://github.com/Applitools-Dev/sdk/commit/5be4356d7f3cd96b70491325d4a788202c06720a))
88
+ * @applitools/core-base bumped to 1.12.0
89
+ #### Features
90
+
91
+ * ability to override baseline parameters per environment ([#2332](https://github.com/Applitools-Dev/sdk/issues/2332)) ([43b8b18](https://github.com/Applitools-Dev/sdk/commit/43b8b189fb3c9dd19aa3be372e8fcc0fe8edfa50))
92
+ * @applitools/spec-driver-webdriver bumped to 1.1.5
93
+
94
+ * @applitools/spec-driver-selenium bumped to 1.5.76
95
+
96
+ * @applitools/spec-driver-puppeteer bumped to 1.4.5
97
+
98
+ * @applitools/screenshoter bumped to 3.8.29
99
+
100
+ * @applitools/nml-client bumped to 1.8.2
101
+
102
+ * @applitools/ec-client bumped to 1.8.2
103
+
104
+ * @applitools/core bumped to 4.13.0
105
+ #### Features
106
+
107
+ * ability to override baseline parameters per environment ([#2332](https://github.com/Applitools-Dev/sdk/issues/2332)) ([43b8b18](https://github.com/Applitools-Dev/sdk/commit/43b8b189fb3c9dd19aa3be372e8fcc0fe8edfa50))
108
+ * report batchId and batchUrl to kobiton ([#2329](https://github.com/Applitools-Dev/sdk/issues/2329)) ([5be4356](https://github.com/Applitools-Dev/sdk/commit/5be4356d7f3cd96b70491325d4a788202c06720a))
109
+
110
+
111
+
112
+
3
113
  ## [3.50.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook-v3.49.1...js/eyes-storybook@3.50.0) (2024-04-17)
4
114
 
5
115
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.50.0",
3
+ "version": "3.50.3",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -54,14 +54,14 @@
54
54
  "up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
55
55
  },
56
56
  "dependencies": {
57
- "@applitools/core": "4.12.3",
58
- "@applitools/driver": "1.16.6",
57
+ "@applitools/core": "4.15.0",
58
+ "@applitools/driver": "1.17.2",
59
59
  "@applitools/functional-commons": "1.6.0",
60
- "@applitools/logger": "2.0.15",
60
+ "@applitools/logger": "2.0.16",
61
61
  "@applitools/monitoring-commons": "1.0.19",
62
- "@applitools/spec-driver-puppeteer": "1.4.4",
63
- "@applitools/ufg-client": "1.11.1",
64
- "@applitools/utils": "1.7.1",
62
+ "@applitools/spec-driver-puppeteer": "1.4.7",
63
+ "@applitools/ufg-client": "1.11.2",
64
+ "@applitools/utils": "1.7.2",
65
65
  "boxen": "4.2.0",
66
66
  "chalk": "3.0.0",
67
67
  "detect-port": "1.3.0",
@@ -79,7 +79,6 @@
79
79
  "@applitools/snaptdout": "^1.0.1",
80
80
  "@applitools/test-server": "^1.2.2",
81
81
  "@applitools/test-utils": "^1.5.17",
82
- "@babel/eslint-parser": "^7.22.9",
83
82
  "@storybook/addon-interactions": "^6.4.18",
84
83
  "@storybook/react": "^6.4.18",
85
84
  "@storybook/testing-library": "^0.0.9",
@@ -21,13 +21,6 @@ async function validateAndPopulateConfig({config, packagePath = '', logger = mak
21
21
 
22
22
  const packageJsonPath = `${packagePath}/package.json`;
23
23
  const packageJson = fs.existsSync(packageJsonPath) ? require(packageJsonPath) : undefined;
24
- const {storybookPath, sbVersion, sbArg} = await determineStorybookVersion({
25
- packagePath,
26
- isWindows: process.platform.startsWith('win'),
27
- });
28
- logger.log(
29
- `[validateAndPopulateConfig] storybookPath=${storybookPath} sbVersion=${sbVersion} sbArg=${sbArg}`,
30
- );
31
24
 
32
25
  if (!config.appName) {
33
26
  if (!packageJson) {
@@ -48,6 +41,14 @@ async function validateAndPopulateConfig({config, packagePath = '', logger = mak
48
41
  console.log(chalk.red(`couldn't find available port around`, config.storybookPort));
49
42
  }
50
43
 
44
+ const {storybookPath, sbVersion, sbArg} = await determineStorybookVersion({
45
+ packagePath,
46
+ isWindows: process.platform.startsWith('win'),
47
+ });
48
+ logger.log(
49
+ `[validateAndPopulateConfig] storybookPath=${storybookPath} sbVersion=${sbVersion} sbArg=${sbArg}`,
50
+ );
51
+
51
52
  config.storybookUrl = await startStorybookServer(
52
53
  Object.assign({packagePath, logger, storybookPath, sbArg, sbVersion}, config),
53
54
  );