Make DB lock validation CI friendly
TaxBaik CI/CD / build-and-deploy (push) Successful in 3m33s

This commit is contained in:
2026-07-07 16:15:46 +09:00
parent 6836bfba48
commit d2d162d58b
3 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { expect, test } from '@playwright/test';
import { captureEvidence } from './helpers/evidence';
const baseUrl = 'https://www.taxbaik.com/taxbaik';
const baseUrl = (process.env.E2E_BASE_URL ?? 'https://www.taxbaik.com/taxbaik').replace(/\/$/, '');
const username = 'admin';
const password = 'Admin123!@#456';