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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user