Merge pull request #32180 from backstage/storybook-mcp

Add Storybook MCP
This commit is contained in:
Fredrik Adelöw
2026-01-07 18:13:47 +01:00
committed by GitHub
89 changed files with 367 additions and 124 deletions
+8
View File
@@ -21,6 +21,7 @@ import './storybook.css';
import './themes/spotify.css';
export default definePreview({
tags: ['manifest'],
globalTypes: {
themeMode: {
name: 'Theme Mode',
@@ -107,6 +108,13 @@ export default definePreview({
// 'dark spotify': allModes['dark spotify'],
},
},
a11y: {
// 'todo' - show a11y violations in the test UI only
// 'error' - fail CI on a11y violations
// 'off' - skip a11y checks entirely
test: 'todo',
},
},
decorators: [