docs: add smoke runbook and split smoke projects
TaxBaik CI/CD / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-07-04 20:49:34 +09:00
parent c95e92529d
commit 673c78be17
2 changed files with 26 additions and 0 deletions
+10
View File
@@ -36,6 +36,16 @@ export default defineConfig({
{
name: 'Galaxy S9+',
use: { ...devices['Galaxy S9+'] }
},
{
name: 'Public Smoke',
testMatch: /public-smoke\.spec\.ts$/,
use: { ...devices['Desktop Chrome'] }
},
{
name: 'Admin Smoke',
testMatch: /admin-smoke\.spec\.ts$/,
use: { ...devices['Desktop Chrome'] }
}
]
});