try single threaded playwright testing (#3322)

This commit is contained in:
rkuo-danswer 2024-12-03 15:21:46 -08:00 committed by GitHub
parent aa1c4c635a
commit 14863bd457
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
import { defineConfig, devices } from "@playwright/test"; import { defineConfig, devices } from "@playwright/test";
export default defineConfig({ export default defineConfig({
workers: 1, // temporary change to see if single threaded testing stabilizes the tests
testDir: "./tests/e2e", // Folder for test files testDir: "./tests/e2e", // Folder for test files
reporter: "list", reporter: "list",
// Configure paths for screenshots // Configure paths for screenshots