Add route isolation smoke harness
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m34s

This commit is contained in:
2026-07-08 01:23:36 +09:00
parent 5813130443
commit 1f8ca7c8bb
2 changed files with 25 additions and 0 deletions
+5
View File
@@ -46,6 +46,11 @@ export default defineConfig({
name: 'Admin Smoke',
testMatch: /admin-smoke\.spec\.ts$/,
use: { ...devices['Desktop Chrome'] }
},
{
name: 'Route Isolation',
testMatch: /route-isolation\.spec\.ts$/,
use: { ...devices['Desktop Chrome'] }
}
]
});