|
11 | 11 | "preview": "vite preview", |
12 | 12 | "storybook": "storybook dev -p 6006", |
13 | 13 | "build-storybook": "storybook build", |
| 14 | + "test:storybook": "JEST_JUNIT_OUTPUT_DIR=reports JEST_JUNIT_OUTPUT_NAME=storybook.xml test-storybook --junit", |
14 | 15 | "test:testing-library": "vitest --config ./vitest.config.js", |
15 | 16 | "test:playwright": "PLAYWRIGHT_JUNIT_OUTPUT_DIR=reports PLAYWRIGHT_JUNIT_OUTPUT_NAME=playwright.xml playwright test -c playwright-ct.config.js --reporter=junit", |
16 | 17 | "test:screenreader:virtual": "vitest --config ./vitest.virtual.config.js", |
|
29 | 30 | "@guidepup/virtual-screen-reader": "^0.32.1", |
30 | 31 | "@playwright/experimental-ct-react": "^1.52.0", |
31 | 32 | "@playwright/test": "^1.52.0", |
32 | | - "@storybook/addon-essentials": "^8.6.12", |
33 | | - "@storybook/react": "^8.6.13", |
34 | | - "@storybook/react-vite": "^8.6.13", |
| 33 | + "@storybook/addon-a11y": "^8.6.14", |
| 34 | + "@storybook/addon-essentials": "^8.6.14", |
| 35 | + "@storybook/react": "^8.6.14", |
| 36 | + "@storybook/react-vite": "^8.6.14", |
| 37 | + "@storybook/test": "^8.6.14", |
| 38 | + "@storybook/test-runner": "^0.22.0", |
35 | 39 | "@testing-library/jest-dom": "^6.6.3", |
36 | 40 | "@testing-library/react": "^16.3.0", |
37 | 41 | "@testing-library/user-event": "^14.6.1", |
|
0 commit comments