Skip to content

Commit

Permalink
disable chrome sandbox to fix error in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gbisurgi committed Jan 8, 2025
1 parent 5ab2076 commit a2d3db0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/e2e/codecept.conf.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ exports.config = {
windowSize: '1200x600',
restart: false,
waitForNavigation: [ 'load', 'networkidle0' ],
chrome: {
args: ['--no-sandbox', '--disable-setuid-sandbox']
}
},
ChaiWrapper: {
require: 'codeceptjs-chai'
Expand Down

0 comments on commit a2d3db0

Please sign in to comment.