Skip to content

Commit

Permalink
test(nightwatch.conf.js): use flag that tells browser to use temp fil…
Browse files Browse the repository at this point in the history
…es instead of shared memory

use the flag --disable-dev-shm-usage to avoid browser crash
  • Loading branch information
amoncaldas committed Jan 3, 2022
1 parent 25c2df2 commit 8766964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/nightwatch.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ module.exports = {
'--headless',
'--disable-gpu',
'--no-sandbox', // required to run without privileges in docker
'--disable-dev-shm-usage', // https://svdoscience.com/2021-03-17/fix-session-deleted-page-crash-selenium-grid-chrome-docker
// '--disable-web-security'
],
prefs:{
Expand Down

0 comments on commit 8766964

Please sign in to comment.