tests: run playwright e2e fully parallel

This commit is contained in:
Bijin A B
2026-06-19 10:47:31 +05:30
parent 82ee8e1331
commit 2ca30b4fbc
18 changed files with 43 additions and 41 deletions

View File

@@ -4,7 +4,7 @@ import { test } from '../../../playwright';
import { setSandboxMode, runCollection, validateRunnerResults, waitForReadyPage } from '../../utils/page';
import { startServers, stopServers, PAC_PORT, type TestServers } from './server';
test.describe('PAC Proxy', () => {
test.describe.serial('PAC Proxy', () => {
let servers: TestServers;
test.beforeAll(async () => {