Files
taxbaik/package.json
T
kjh2064 6b5ea85733
TaxBaik CI/CD / build-and-deploy (push) Failing after 3h2m56s
test: add playwright deployment gate
2026-06-27 12:51:16 +09:00

10 lines
169 B
JSON

{
"scripts": {
"test:e2e": "playwright test",
"test:e2e:headed": "playwright test --headed"
},
"devDependencies": {
"@playwright/test": "1.57.0"
}
}