mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-27 22:54:07 +00:00
tests: run playwright e2e fully parallel
This commit is contained in:
@@ -13,7 +13,7 @@ import {
|
||||
} from '../utils/page';
|
||||
import { buildCommonLocators } from '../utils/page/locators';
|
||||
|
||||
test.describe('Assertions - BRU Collection', () => {
|
||||
test.describe.serial('Assertions - BRU Collection', () => {
|
||||
test.beforeAll(async ({ pageWithUserData: page }) => {
|
||||
await page.locator('[data-app-state="loaded"]').waitFor({ timeout: 30000 });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user