Skip to content
Snippets Groups Projects
Commit 14fe9996 authored by !! Julian Keck (old Account; do not use) !!'s avatar !! Julian Keck (old Account; do not use) !! :ghost:
Browse files

FIX: chromium and firefox runners

parent 2b08ba58
Branches
No related tags found
No related merge requests found
...@@ -85,8 +85,8 @@ module.exports = { ...@@ -85,8 +85,8 @@ module.exports = {
'acceptInsecureCerts': true, 'acceptInsecureCerts': true,
'moz:firefoxOptions': { 'moz:firefoxOptions': {
args: [ args: [
// '-headless', // '-verbose',
// '-verbose' '-headless'
], ],
}, },
}, },
...@@ -110,10 +110,10 @@ module.exports = { ...@@ -110,10 +110,10 @@ module.exports = {
// w3c:false tells Chromedriver to run using the legacy JSONWire protocol (not required in Chrome 78) // w3c:false tells Chromedriver to run using the legacy JSONWire protocol (not required in Chrome 78)
w3c: true, w3c: true,
args: [ args: [
// '--no-sandbox', '--no-sandbox',
// '--ignore-certificate-errors', // '--ignore-certificate-errors',
// '--allow-insecure-localhost', '--allow-insecure-localhost',
// '--headless' '--headless'
], ],
}, },
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment