mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-29 07:34:07 +00:00
tests: run playwright e2e fully parallel
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user