Skip to content

Commit

Permalink
UHF-8762: Test with puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Jan 25, 2024
1 parent 9ddbac7 commit f6631e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions backstop_data/backstop_dynamic_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -461,12 +461,11 @@ function getConfig(hostname, type) {
'ci_report': `backstop_data/${type}/ci_report`
},
'report': ['browser'],
'engine': 'playwright',
'engine': 'puppeteer',
'engineOptions': {
'browser': 'chromium',
// 'browser': 'firefox',
// 'browser': 'webkit',
'args': ['--no-sandbox'],
'args': ['--no-sandbox', '--disable-setuid-sandbox'],
'gotoParameters': { 'waitUntil': 'networkidle0' },
},
'asyncCaptureLimit': 1,
'asyncCompareLimit': 100,
Expand Down

0 comments on commit f6631e9

Please sign in to comment.