https://github.com/tf63/storybook-testrunner-exp
Storybook Testrunnerで遊ぶ
https://github.com/tf63/storybook-testrunner-exp
Last synced: 2 months ago
JSON representation
Storybook Testrunnerで遊ぶ
- Host: GitHub
- URL: https://github.com/tf63/storybook-testrunner-exp
- Owner: tf63
- Created: 2024-09-08T12:24:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T16:07:35.000Z (9 months ago)
- Last Synced: 2025-02-11T15:24:30.769Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 902 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storybook Test Runnerのテスト
```
pnpm dev # storybookの立ち上げ
pnpm test # test-storybookの実行
```## 参考
Storybook Test Runner `@storybook/test-runner`
- https://storybook.js.org/docs/writing-tests/test-runner
Storybook Test `@storybook/test`
- https://github.com/storybookjs/storybook/tree/next/code/lib/test
a11yのテスト
- https://storybook.js.org/docs/writing-tests/accessibility-testing#automate-accessibility-tests-with-test-runner
Storybookのテストランナー
- https://zenn.dev/makotot/articles/b0729488282148
storybook/jest、storybook/testing-libraryからstorybook/testに移行する
- https://qiita.com/KokiSakano/items/4516331fb299d923db81