|
22 | 22 | "build:docs": "DOCS_ENV=staging parcel build 'packages/@react-{spectrum,aria,stately}/*/docs/*.mdx' 'packages/react-aria-components/docs/*.mdx' 'packages/@internationalized/*/docs/*.mdx' 'packages/dev/docs/pages/**/*.mdx'",
|
23 | 23 | "test": "cross-env STRICT_MODE=1 yarn jest",
|
24 | 24 | "test-loose": "yarn jest",
|
| 25 | + "test-storybook": "test-storybook --url http://localhost:9003 --browsers chromium --no-cache", |
25 | 26 | "build": "make build",
|
26 | 27 | "test:ssr": "cross-env STRICT_MODE=1 yarn jest --config jest.ssr.config.js",
|
27 | 28 | "ci-test": "cross-env STRICT_MODE=1 yarn jest --maxWorkers=2 && cross-env STRICT_MODE=1 yarn test:ssr --runInBand",
|
|
80 | 81 | "@storybook/addon-a11y": "^6.5.12",
|
81 | 82 | "@storybook/addon-actions": "^6.5.12",
|
82 | 83 | "@storybook/addon-controls": "^6.5.12",
|
| 84 | + "@storybook/addon-links": "^6.5.12", |
83 | 85 | "@storybook/addons": "^6.5.12",
|
84 | 86 | "@storybook/api": "^6.5.12",
|
85 | 87 | "@storybook/components": "^6.5.12",
|
| 88 | + "@storybook/jest": "^0.0.10", |
86 | 89 | "@storybook/react": "^6.5.12",
|
| 90 | + "@storybook/test-runner": "^0.9.0", |
| 91 | + "@storybook/testing-library": "^0.0.13", |
87 | 92 | "@storybook/testing-react": "^1.3.0",
|
88 | 93 | "@testing-library/dom": "^9.2.0",
|
89 | 94 | "@testing-library/jest-dom": "^5.16.5",
|
|
95 | 100 | "@typescript-eslint/parser": "^5.40.0",
|
96 | 101 | "autoprefixer": "^9.6.0",
|
97 | 102 | "axe-core": "^4.6.3",
|
| 103 | + "axe-playwright": "^1.1.11", |
98 | 104 | "babel-plugin-istanbul": "^6.0.0",
|
99 | 105 | "babel-plugin-macros": "^3.0.1",
|
100 | 106 | "babel-plugin-react-remove-properties": "^0.3.0",
|
|
0 commit comments