no parallel running to avoid flaky tests
This commit is contained in:
parent
e7e3c97102
commit
976038c806
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { defineConfig } from "@playwright/test";
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
testDir: "./e2e",
|
testDir: "./e2e",
|
||||||
// Run tests sequentially to avoid database conflicts
|
// Run tests sequentially to avoid database conflicts
|
||||||
workers: 12,
|
workers: 1,
|
||||||
// Ensure tests within a file run in order
|
// Ensure tests within a file run in order
|
||||||
fullyParallel: false,
|
fullyParallel: false,
|
||||||
webServer: {
|
webServer: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue