In a Playwright component test, is there a way to pass flags to the browser instance that gets run? For example, for Chrome: --use-fake-ui-for-media-stream
, --use-file-for-fake-audio-capture
, and similar.
How to specify browser flags for Playwright component tests?
129 views Asked by Matt R At
1
Add launchoptions to the project in playwright.config: