refactor admin UX and stabilize shell
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m20s

This commit is contained in:
2026-07-09 00:03:33 +09:00
parent a2f94e2b5e
commit 89fa51efe2
91 changed files with 1633 additions and 1030 deletions
+3 -3
View File
@@ -12,10 +12,10 @@ export default defineConfig({
reporter: process.env.CI ? [['list'], ['html', { open: 'never' }]] : 'list',
use: {
// Green-Blue 배포 지원:
// - 로컬 Nginx: http://localhost/taxbaik (포트 무관, active 버전 자동 라우팅)
// - 원격: http://178.104.200.7/taxbaik (또는 process.env.E2E_BASE_URL)
// - 로컬 Nginx: http://localhost (포트 무관, active 버전 자동 라우팅)
// - 원격: https://www.taxbaik.com (또는 process.env.E2E_BASE_URL)
// - CI: 환경변수로 명시적 설정 가능
baseURL: process.env.E2E_BASE_URL ?? 'http://localhost/taxbaik',
baseURL: process.env.E2E_BASE_URL ?? 'http://localhost',
trace: 'retain-on-failure',
screenshot: 'only-on-failure',
video: 'retain-on-failure'