@argos-ci/storybook 0.2.2 → 0.2.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/README.md +5 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://argos-ci.com/?utm_source=github&utm_medium=logo" target="_blank">
|
|
3
|
-
|
|
3
|
+
<picture>
|
|
4
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/argos-ci/argos/main/resources/logos/github-readme-logo-dark.png">
|
|
5
|
+
<img alt="Argos" src="https://raw.githubusercontent.com/argos-ci/argos/main/resources/logos/github-readme-logo-light.png" width="360" height="70">
|
|
6
|
+
</picture>
|
|
4
7
|
</a>
|
|
5
8
|
</p>
|
|
6
9
|
|
|
7
|
-
|
|
10
|
+
<p align="center"><strong>The open source visual testing plaform for modern engineering teams.</strong></p>
|
|
8
11
|
|
|
9
12
|
# Official Argos Storybook integration
|
|
10
13
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@argos-ci/storybook",
|
|
3
3
|
"description": "Visual testing for Storybook test runner.",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.3",
|
|
5
5
|
"author": "Smooth Code",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
"node": ">=18.16.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@argos-ci/playwright": "3.9.
|
|
43
|
-
"@argos-ci/util": "2.2.
|
|
42
|
+
"@argos-ci/playwright": "3.9.3",
|
|
43
|
+
"@argos-ci/util": "2.2.1"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@storybook/test-runner": "*",
|
|
47
47
|
"playwright": "*"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@argos-ci/cli": "2.5.
|
|
50
|
+
"@argos-ci/cli": "2.5.2",
|
|
51
51
|
"@argos-ci/util": "workspace:*",
|
|
52
52
|
"@storybook/addon-essentials": "^8.3.6",
|
|
53
53
|
"@storybook/addon-interactions": "^8.3.6",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"argos-upload": "pnpm exec argos upload screenshots --build-name \"argos-storybook-e2e-node-$NODE_VERSION-$OS\"",
|
|
70
70
|
"e2e": "pnpm run test-storybook && pnpm run argos-upload"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "1dd8b4240b76b0756d8784e3320b7f57d915aeaf"
|
|
73
73
|
}
|