mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 14:35:03 +00:00
tests: run playwright e2e fully parallel
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { test, expect } from '../../../playwright';
|
||||
import { closeAllCollections, createCollection } from '../../utils/page';
|
||||
|
||||
test.describe('Copy and Paste Folders', () => {
|
||||
test.describe.serial('Copy and Paste Folders', () => {
|
||||
test.afterAll(async ({ page }) => {
|
||||
await closeAllCollections(page);
|
||||
});
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { test, expect } from '../../../playwright';
|
||||
import { closeAllCollections, createCollection, createRequest } from '../../utils/page';
|
||||
|
||||
test.describe('Copy and Paste Requests', () => {
|
||||
test.describe.serial('Copy and Paste Requests', () => {
|
||||
test.afterAll(async ({ page }) => {
|
||||
await closeAllCollections(page);
|
||||
});
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { test, expect } from '../../../playwright';
|
||||
import { closeAllCollections, createCollection } from '../../utils/page';
|
||||
|
||||
test.describe('Copy and Paste with Keyboard Shortcuts', () => {
|
||||
test.describe.serial('Copy and Paste with Keyboard Shortcuts', () => {
|
||||
test.afterAll(async ({ page }) => {
|
||||
await closeAllCollections(page);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user