Skip to content

Commit c891c85

Browse files
attempt to decrease playwright tests time
1 parent ca0fbe4 commit c891c85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { defineConfig } from "@playwright/test";
22
import { resolve } from "path";
33
export default defineConfig({
44
retries: process.env.CI ? 3 : 0,
5+
fullyParallel: true,
56
webServer: {
67
command: "",
78
url: "http://localhost:8080"

0 commit comments

Comments
 (0)