mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 14:35:03 +00:00
tests: run playwright e2e fully parallel (#8313)
This commit is contained in:
@@ -3,7 +3,7 @@ import * as path from 'path';
|
||||
import * as fs from 'fs';
|
||||
import { closeAllCollections, importCollection } from '../../utils/page';
|
||||
|
||||
test.describe('Import Insomnia Collection - date types preserved', () => {
|
||||
test.describe.serial('Import Insomnia Collection - date types preserved', () => {
|
||||
test.afterEach(async ({ page }) => {
|
||||
await closeAllCollections(page);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user