mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
chore: prod playwright config
This commit is contained in:
@ -29,13 +29,7 @@ export default defineConfig({
|
|||||||
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
|
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
|
||||||
trace: 'on-first-retry',
|
trace: 'on-first-retry',
|
||||||
|
|
||||||
// BEFORE MERGE: video: 'retain-on-failure',
|
video: 'retain-on-failure',
|
||||||
video: 'on',
|
|
||||||
|
|
||||||
// REMOVE BEFORE MERGE
|
|
||||||
launchOptions: {
|
|
||||||
slowMo: 500,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
|
|
||||||
timeout: 30_000,
|
timeout: 30_000,
|
||||||
|
|||||||
Reference in New Issue
Block a user