test(ai-character): 리소스 운영 E2E 보강

This commit is contained in:
Yu Sung
2026-08-01 01:30:52 +09:00
parent 3faca90135
commit 3759abf8b7
16 changed files with 1962 additions and 62 deletions

View File

@@ -1,6 +1,6 @@
import { expect, test } from "@playwright/test";
const apiBaseUrl = "https://test-character-admin.sodalive.net";
import { apiBaseUrl } from "./api-base-url";
test("completes login, navigation, and logout using only the keyboard", async ({ page }) => {
await page.route(`${apiBaseUrl}/admin/member/login`, async (route) => {