Merge pull request #2449 from automatisch/retain-test-report-on-failure

test: retain test report on failure
This commit is contained in:
Ali BARIN
2025-04-24 12:54:10 +02:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ module.exports = defineConfig({
baseURL: process.env.BASE_URL || 'http://localhost:3001',
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',
trace: 'retain-on-failure',
testIdAttribute: 'data-test',
viewport: { width: 1280, height: 720 },
},