sitesmith: playwright e2e suite (locked/cap/bonus/build+patch)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-23 14:27:34 -07:00
parent 2ca1ff0cf9
commit 0f943bacc7
2 changed files with 73 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
"preview": "vite preview",
"test": "playwright test tests/site-builder.spec.ts --reporter=list",
"test:headed": "playwright test tests/site-builder.spec.ts --reporter=list --headed",
"test:e2e:sitesmith": "playwright test tests/sitesmith.spec.ts --reporter=list",
"test:unit": "vitest run",
"test:unit:watch": "vitest"
},