Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 05a82adb1e |
+2
-5
@@ -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'
|
||||
@@ -47,9 +47,6 @@ inputs:
|
||||
externals:
|
||||
description: 'Disable TurboSnap when any of these files have changed since the baseline build'
|
||||
required: false
|
||||
fileHashing:
|
||||
description: 'Whether to apply file hashing to skip uploading unchanged files (default: true)'
|
||||
required: false
|
||||
forceRebuild:
|
||||
description: 'Do not skip build when a rebuild is detected'
|
||||
required: false
|
||||
@@ -72,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'
|
||||
|
||||
+528
-533
File diff suppressed because one or more lines are too long
+5
-5
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "10.9.5",
|
||||
"version": "10.6.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-cypress": "^0.4.0 || ^1.0.0",
|
||||
"chromatic-playwright": "^0.4.0 || ^1.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@chromatic-com/cypress": {
|
||||
"chromatic-cypress": {
|
||||
"optional": true
|
||||
},
|
||||
"@chromatic-com/playwright": {
|
||||
"chromatic-playwright": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user