Skip to content

Commit 3e6cf30

Browse files
committed
test
1 parent 5a4c3bd commit 3e6cf30

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

applitools.config.js

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

0 commit comments

Comments
 (0)