Skip to content

Commit

Permalink
Merge pull request #18483 from alexguja/patch-1
Browse files Browse the repository at this point in the history
Update test-runner.md
  • Loading branch information
jonniebigodes authored and shilman committed Jul 26, 2022
1 parent 2f699f9 commit f3962b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/writing-tests/test-runner.md
Expand Up @@ -43,8 +43,9 @@ Start your Storybook with:
<CodeSnippets
paths={[
'angular/storybook-run-dev.with-builder.js.mdx',
'common/storybook-run-dev.npm.js.mdx',
'common/storybook-run-dev.yarn.js.mdx',
'common/storybook-run-dev.npm.js.mdx',

]}
/>

Expand Down Expand Up @@ -302,4 +303,4 @@ As the test runner is based on Playwright, you might need to use specific docker
- [Accessibility tests](./accessibility-testing.md) for accessibility
- [Interaction tests](./interaction-testing.md) for user behavior simulation
- [Snapshot tests](./snapshot-testing.md) for rendering errors and warnings
- [Import stories in other tests](./importing-stories-in-tests.md) for other tools
- [Import stories in other tests](./importing-stories-in-tests.md) for other tools

0 comments on commit f3962b3

Please sign in to comment.