test: add playwright deployment gate
TaxBaik CI/CD / build-and-deploy (push) Failing after 3h2m56s

This commit is contained in:
2026-06-27 12:51:16 +09:00
parent c5af05c5dd
commit 6b5ea85733
9 changed files with 259 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"scripts": {
"test:e2e": "playwright test",
"test:e2e:headed": "playwright test --headed"
},
"devDependencies": {
"@playwright/test": "1.57.0"
}
}