chore: sync additional local changes and e2e artifacts

This commit is contained in:
Your Name
2026-03-23 18:42:57 +08:00
parent 2ef0f17961
commit 8d0f590264
20 changed files with 2512 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ test('简单健康检查 - 后端API', async ({ request }) => {
test('简单健康检查 - 前端服务', async ({ page }) => {
// 简单检查前端服务是否可访问
const response = await page.goto('http://localhost:5173');
const response = await page.goto('http://localhost:5176');
expect(response).not.toBeNull();
expect(response?.status()).toBeLessThan(400);
});