Skip to content

Commit

Permalink
storybook:test で storybook test runner を実行できるようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
kuramapommel committed Sep 3, 2024
1 parent 47c9208 commit 0a621e1
Show file tree
Hide file tree
Showing 2 changed files with 1,917 additions and 53 deletions.
4 changes: 3 additions & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"test:watch": "vitest",
"e2e": "playwright test",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"storybook:build": "storybook build",
"storybook:test": "test-storybook",
"prepare": "cd .. && husky sample/.husky"
},
"dependencies": {
Expand All @@ -40,6 +41,7 @@
"@storybook/react": "^8.2.7",
"@storybook/react-vite": "^8.2.7",
"@storybook/test": "^8.2.7",
"@storybook/test-runner": "^0.19.1",
"@testing-library/dom": "^10.3.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
Expand Down
Loading

0 comments on commit 0a621e1

Please sign in to comment.