From 810adfb0582f2ff74f8f265b7bf6b1703f9ad2b3 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Tue, 19 Nov 2024 11:15:51 +0000 Subject: [PATCH] fix: pass channel to playwright (#685) --- src/runner.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runner.js b/src/runner.js index b32e31b9..ef743f73 100644 --- a/src/runner.js +++ b/src/runner.js @@ -99,6 +99,7 @@ export class Runner { /** @type {import('playwright-core').LaunchOptions} */ const pwOptions = { + channel: this.options.browser, headless: !this.options.debug, devtools: this.options.browser === 'chromium' && this.options.debug, args: this.options.extension