Skip to content
Snippets Groups Projects
Commit c7ebff30 authored by François Grand's avatar François Grand
Browse files

chore(e2e): add Chrome options to disable sandbox

refs #618
parent 1d46b9e1
No related branches found
No related tags found
No related merge requests found
Pipeline #140358 canceled
......@@ -63,7 +63,7 @@ export const config: Options.Testrunner = {
//
capabilities: [{
'goog:chromeOptions': {
args: ['--headless'],
args: ['--headless --no-sandbox --disable-setuid-sandbox'],
},
// maxInstances can get overwritten per capability. So if you have an in-house Selenium
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment