Skip to content

Commit

Permalink
Adds shard option to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonniebigodes committed Jan 30, 2023
1 parent f868839 commit 0609970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/writing-tests/test-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ If you're already using any of those flags in your project, you should be able t
| `-u`, `--updateSnapshot` | Use this flag to re-record every snapshot that fails during this test run <br/>`test-storybook -u` |
| `--eject` | Creates a local configuration file to override defaults of the test-runner <br/>`test-storybook --eject` |
| `--coverage` | Runs [coverage tests](./test-coverage.md) on your stories and components <br/> `test-storybook --coverage` |
| `--shard [index/count]` | Requires CI. Splits the test suite execution into multiple machines <br/> `test-storybook --shard=1/8` |

<!-- prettier-ignore-start -->

Expand Down

0 comments on commit 0609970

Please sign in to comment.