Add production web smoke coverage

This commit is contained in:
2026-05-25 10:04:11 -04:00
parent 17c94d83ad
commit 10729a906c
8 changed files with 139 additions and 8 deletions

View File

@@ -5,6 +5,7 @@
"description": "Repository-level test tooling for box-box.",
"scripts": {
"test:e2e": "playwright test",
"test:e2e:prod": "playwright test --config playwright.prod.config.ts",
"test:e2e:ui": "playwright test --ui",
"test:e2e:report": "playwright show-report"
},