mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-25 07:21:00 +02:00
try single threaded playwright testing (#3322)
This commit is contained in:
parent
aa1c4c635a
commit
14863bd457
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user