Skip to content

Commit 3ed353c

Browse files
committed
test
1 parent a49a54a commit 3ed353c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

applitools.config.js

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ module.exports = {
1010
// { width: 1024, height: 768, name: 'firefox' },
1111
// { chromeEmulationInfo: { deviceName: 'Galaxy S20' } },
1212
],
13-
runInDocker: true
14-
// puppeteerOptions: process.env.GITHUB_ACTIONS
15-
// ? {
16-
// executablePath: '/usr/bin/chromium',
17-
// args: ['--no-sandbox', '--disable-setuid-sandbox']
18-
// }
19-
// : undefined,
13+
puppeteerOptions: process.env.GITHUB_ACTIONS
14+
? {
15+
executablePath: '/usr/bin/chromium',
16+
args: ['--no-sandbox', '--disable-setuid-sandbox']
17+
}
18+
: undefined,
2019
}

0 commit comments

Comments
 (0)