Skip to content

Commit

Permalink
try single threaded playwright testing (#3322)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuo-danswer authored Dec 3, 2024
1 parent aa1c4c6 commit 14863bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { defineConfig, devices } from "@playwright/test";

export default defineConfig({
workers: 1, // temporary change to see if single threaded testing stabilizes the tests
testDir: "./tests/e2e", // Folder for test files
reporter: "list",
// Configure paths for screenshots
Expand Down

0 comments on commit 14863bd

Please sign in to comment.