完善三维切换浏览器验证
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-13 19:34:26 +08:00
parent 9f642ca6ed
commit e48a8bb626
3 changed files with 45 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ const baseURL = process.env.PLAYWRIGHT_BASE_URL || 'http://127.0.0.1:5173'
export default defineConfig({
testDir: './tests/e2e',
timeout: 180_000,
timeout: 600_000,
fullyParallel: false,
use: {
baseURL,