Skip to content

Commit a10e4f8

Browse files
committed
Run tests in parallel
Fix "Consider splitting slow test files to speed up parallel execution"
1 parent 9671625 commit a10e4f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Http.test.e2e.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ declare global {
1717

1818
const path = '/';
1919

20+
test.describe.configure({ mode: 'parallel' });
21+
2022
test('get()', async ({ page }) => {
2123
const server = createTestServer();
2224

0 commit comments

Comments
 (0)