Compare commits

..

1 Commits

Author SHA1 Message Date
Chromatic d092956eff v10.5.1 2024-01-25 18:44:48 +00:00
3 changed files with 514 additions and 511 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ inputs:
configFile:
description: 'Path from where to load the Chromatic config JSON file.'
cypress:
description: 'Run build against `@chromatic-com/cypress` test archives'
description: 'Run build against `chromatic-cypress` test archives'
required: false
debug:
description: 'Output verbose debugging information'
@@ -69,7 +69,7 @@ inputs:
description: 'Only run a single story or a subset of stories by their filename(s)'
required: false
playwright:
description: 'Run build against `@chromatic-com/playwright` test archives'
description: 'Run build against `chromatic-playwright` test archives'
required: false
preserveMissing:
description: 'Deprecated, use onlyChanged, onlyStoryNames or onlyStoryFiles instead'
+500 -503
View File
File diff suppressed because one or more lines are too long
+12 -6
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "10.8.0",
"version": "10.5.1",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
@@ -206,14 +206,14 @@
"zod": "^3.22.2"
},
"peerDependencies": {
"@chromatic-com/cypress": "^0.5.2 || ^1.0.0",
"@chromatic-com/playwright": "^0.5.2 || ^1.0.0"
"chromatic-playwright": "^0.4.0 || ^1.0.0",
"chromatic-cypress": "^0.4.0 || ^1.0.0"
},
"peerDependenciesMeta": {
"@chromatic-com/cypress": {
"chromatic-playwright": {
"optional": true
},
"@chromatic-com/playwright": {
"chromatic-cypress": {
"optional": true
}
},
@@ -228,7 +228,13 @@
},
"plugins": [
"npm",
"released"
"released",
[
"exec",
{
"afterShipIt": "yarn run publish-action"
}
]
]
},
"docs": "https://www.chromatic.com/docs/cli",