Commit c8bd9d4
committed
feat(platform-web): expose ignoreDefaultArgs in browser config
Forward Playwright's launch option through WebBrowserConfigSchema so
users can disable or override Playwright's default Chromium/Firefox/WebKit
launch arguments (e.g. removing --enable-automation, or providing a custom
arg set) without having to fork the runner.
Accepts either a boolean or a string[] of default args to ignore, matching
Playwright's LaunchOptions.ignoreDefaultArgs signature.1 parent 5747dda commit c8bd9d4
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments