tests: run playwright e2e fully parallel (#8313)

This commit is contained in:
Bijin A B
2026-06-19 19:40:24 +05:30
committed by GitHub
parent 942f995717
commit 6136d3ac62
18 changed files with 43 additions and 41 deletions

View File

@@ -11,7 +11,7 @@ const MULTI_MSG_BRU_PATH = join(__dirname, 'fixtures/collection/ws-multi-msg.bru
const SINGLE_MSG_BRU_PATH = join(__dirname, 'fixtures/collection/ws-single-msg.bru');
const MAX_CONNECTION_TIME = 3000;
test.describe('websocket multi-message (bru format)', () => {
test.describe.serial('websocket multi-message (bru format)', () => {
let originalMultiMsgData = '';
let originalSingleMsgData = '';

View File

@@ -11,7 +11,7 @@ const MULTI_MSG_YML_PATH = join(__dirname, 'fixtures/collection/ws-multi-msg.yml
const SINGLE_MSG_YML_PATH = join(__dirname, 'fixtures/collection/ws-single-msg.yml');
const MAX_CONNECTION_TIME = 3000;
test.describe('websocket multi-message (yml format)', () => {
test.describe.serial('websocket multi-message (yml format)', () => {
let originalMultiMsgData = '';
let originalSingleMsgData = '';