Skip to content

Commit

Permalink
fix(ChromeTestConductor): opt-in for new headless
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Nov 12, 2023
1 parent a4dd6c6 commit e2cc345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/conductor/ChromeTestConductor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export class ChromeTestConductor extends TestConductor {
errorStackResolver = new ErrorStackResolver([]),
readonly browser = puppeteer.launch({
executablePath: '/usr/bin/chromium',
headless: 'new',
args: [
'--no-sandbox',
'--disable-gpu',
Expand Down

0 comments on commit e2cc345

Please sign in to comment.