chore: prod playwright config

This commit is contained in:
Ephraim Atta-Duncan
2024-03-21 16:36:10 +00:00
parent 5377d27c6a
commit c4c6e67249

View File

@ -29,13 +29,7 @@ export default defineConfig({
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',
// BEFORE MERGE: video: 'retain-on-failure',
video: 'on',
// REMOVE BEFORE MERGE
launchOptions: {
slowMo: 500,
},
video: 'retain-on-failure',
},
timeout: 30_000,