feat(tests): Storybook visual regression harness (Playwright)

This commit is contained in:
2026-05-13 08:26:35 +02:00
parent f43c314156
commit f761dbb9b1
2 changed files with 52 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
"test": "turbo run test",
"test:e2e": "turbo run test:e2e",
"test:stories": "turbo run test:stories",
"test:visual": "pnpm --filter @repo/storybook exec concurrently -k -s first -n 'SB,VRT' -c 'magenta,blue' 'pnpm --filter @repo/storybook exec http-server storybook-static --port 6006 --silent' 'pnpm --filter @repo/storybook exec wait-on tcp:6006 && pnpm exec playwright test'",
"typecheck": "turbo run typecheck",
"conformance": "node scripts/conformance.mjs",
"work": "node scripts/work/cli.mjs",