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