An open API service indexing awesome lists of open source software.

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で遊ぶ

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