Skip to content

Commit

Permalink
Fix VS Code smoke tests
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <[email protected]>
  • Loading branch information
RomanNikitenko committed Jan 23, 2025
1 parent eb75bf7 commit 4d860b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/test/automation/src/playwrightBrowser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ async function launchBrowser(options: LaunchOptions, endpoint: string) {

const browser = await measureAndLog(() => playwright[options.browser ?? 'chromium'].launch({
headless: headless ?? false,
args: ['--headless=new'],
timeout: 0
}), 'playwright#launch', logger);

Expand Down

0 comments on commit 4d860b0

Please sign in to comment.