Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eea1606238 | |||
| 0794e6939f | |||
| 5ec258af08 | |||
| 93712e3766 | |||
| a8ce9c58f5 | |||
| f1f9e3277e | |||
| 9f1ad414f2 |
+2816
File diff suppressed because it is too large
Load Diff
@@ -18,6 +18,9 @@ inputs:
|
||||
buildCommand:
|
||||
description: 'The command that builds your Storybook (when your build command does not exist in "scripts" of your package.json)'
|
||||
required: false
|
||||
chromaticSha:
|
||||
description: 'The git SHA of the commit that should be tested in Chromatic. Defaults to the SHA of the current branch tip on which the action is running. Use with caution, as it may yield unexpected results.'
|
||||
required: false
|
||||
configFile:
|
||||
description: 'Path from where to load the Chromatic config JSON file.'
|
||||
cypress:
|
||||
|
||||
+606
-605
File diff suppressed because one or more lines are too long
+2
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "13.3.5",
|
||||
"version": "15.3.1",
|
||||
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
|
||||
"keywords": [
|
||||
"storybook-addon",
|
||||
@@ -172,6 +172,7 @@
|
||||
"string-argv": "^0.3.1",
|
||||
"strip-ansi": "^7.1.0",
|
||||
"tmp-promise": "3.0.2",
|
||||
"tree-kill": "^1.2.2",
|
||||
"ts-dedent": "^1.0.0",
|
||||
"ts-loader": "^9.2.5",
|
||||
"tsup": "^7.2.0",
|
||||
|
||||
Reference in New Issue
Block a user