Playwright: Test 60 Fix #169

Merged
jose merged 3 commits from playwright-test-60-fix into master 2025-08-18 06:31:42 +00:00
Showing only changes of commit 41c243e9f1 - Show all commits

View File

@@ -21,7 +21,7 @@ export default defineConfig({
/* Retry on CI only */
retries: process.env.CI ? 2 : 0,
/* Opt out of parallel tests on CI. */
workers: isLinuxEnvironment() ? 4 : undefined,
workers: 1,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: [
['list'],