playwright: Decrease number of workers

This lowers the number of workers from 4 to 2.
This commit is contained in:
regexowl 2025-04-30 11:31:25 +02:00 committed by Klara Simickova
parent 87c754fb45
commit 9962c60099

View file

@ -14,7 +14,7 @@ if (process.env.CURRENTS_PROJECT_ID && process.env.CURRENTS_RECORD_KEY) {
export default defineConfig({
testDir: 'playwright',
fullyParallel: true,
workers: 4,
workers: 2,
forbidOnly: !!process.env.CI,
retries: process.env.CI ? 1 : 0,
reporter: reporters,