1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00

Add env variable for slowmo

This commit is contained in:
Matt Gibson
2025-10-09 17:04:32 -07:00
parent 5026f84d9c
commit 963cb414af

View File

@@ -33,6 +33,9 @@ export default defineConfig({
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: "on-first-retry",
launchOptions: {
slowMo: parseInt(process.env.PLAYWRIGHT_SLOW_MO || 0),
},
},
/* Configure projects for major browsers */