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,7 +1,7 @@
import AxeBuilder from "@axe-core/playwright";
import { expect, test } from "@playwright/test";
const apiBaseUrl = "https://test-character-admin.sodalive.net";
import { apiBaseUrl } from "./api-base-url";
const sessionStorageKey = "ai-character-admin-auth-session";
async function openShell(page: import("@playwright/test").Page): Promise<void> {