Skip to content

Commit

Permalink
fix: pass channel to playwright (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Nov 19, 2024
1 parent 5482e98 commit 810adfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 810adfb

Please sign in to comment.