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

@@ -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);
});