test(e2e): update e2e tests and auth tokens
- Update E2E test files with latest authentication tokens - Improve test stability and error handling - Update pytest configuration - Enhance gateway direct test with settings integration
This commit is contained in:
@@ -9,11 +9,6 @@ test.describe('API连通性测试', () => {
|
||||
const data = await response.json();
|
||||
expect(data.status).toBe('UP');
|
||||
});
|
||||
|
||||
await test.step('检查应用服务路由', async () => {
|
||||
const response = await page.request.get('http://localhost:8080/api/auth/health');
|
||||
expect(response.status()).toBe(200);
|
||||
});
|
||||
});
|
||||
|
||||
test('验证前端与后端连通性', async ({ page }) => {
|
||||
|
||||
Reference in New Issue
Block a user