Skip to content

Commit

Permalink
headless chrome を動かすには --sandbox が必要だった
Browse files Browse the repository at this point in the history
  • Loading branch information
mugijiru committed Mar 11, 2021
1 parent 30b3257 commit 208f1bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions testem.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ module.exports = {
Chrome: {
mode: 'ci',
args: [
// --no-sandbox is needed when running Chrome inside a container
process.env.TRAVIS ? '--no-sandbox' : null,

'--no-sandbox',
'--disable-gpu',
'--headless',
'--remote-debugging-port=0',
Expand Down

0 comments on commit 208f1bd

Please sign in to comment.