Skip to content

Commit

Permalink
Merge pull request #40 from Lullabot/justafish/nightwatch-setup-fixes
Browse files Browse the repository at this point in the history
Fix chrome running out of memory in Nightwatch tests
  • Loading branch information
justafish committed Mar 23, 2022
2 parents a3b72ee + cbbc561 commit a05c85c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/nightwatch.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ module.exports = {
'--no-sandbox',
'--ignore-certificate-errors',
'--allow-insecure-localhost',
'--disable-dev-shm-usage',
//'--headless'
]
}
Expand Down

0 comments on commit a05c85c

Please sign in to comment.