Skip to content

Commit

Permalink
perf: make tests parallel again
Browse files Browse the repository at this point in the history
  • Loading branch information
cquinn540 committed Dec 8, 2024
1 parent 38eaace commit 40c4851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const ENV = (process.env.TEST_ENV || "local") as keyof typeof environments;
export default defineConfig({
testDir: "./test-e2e/specs",
/* Run tests in files in parallel. */
fullyParallel: false,
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */
forbidOnly: !!process.env.CI,
/* Retry on CI only. */
Expand Down

0 comments on commit 40c4851

Please sign in to comment.