chore: sync additional local changes and e2e artifacts
This commit is contained in:
@@ -64,7 +64,7 @@ test.describe('🦟 蚊子项目 E2E测试 - API可用性验证', () => {
|
||||
});
|
||||
|
||||
test('前端服务可访问', async ({ page }, testInfo) => {
|
||||
const FRONTEND_URL = process.env.PLAYWRIGHT_BASE_URL || 'http://localhost:5173';
|
||||
const FRONTEND_URL = process.env.PLAYWRIGHT_BASE_URL || 'http://localhost:5176';
|
||||
|
||||
await page.goto(FRONTEND_URL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user