mirror of
https://github.com/maputnik/editor.git
synced 2026-01-07 14:00:01 +00:00
Use geckodriver 0.30 for firefox until 0.31 works
This commit is contained in:
@@ -21,7 +21,8 @@ exports.config = {
|
||||
browserName: (process.env.BROWSER || 'chrome'),
|
||||
}
|
||||
],
|
||||
services: process.env.DOCKER_HOST ? [] : ['selenium-standalone'],
|
||||
// geckodriver-0.31 seems to have problems as of 2022 May 1
|
||||
services: process.env.DOCKER_HOST ? [] : [ ['selenium-standalone', { drivers: { firefox: '0.30.0', chrome: 'latest' } } ] ],
|
||||
logLevel: 'info',
|
||||
bail: 0,
|
||||
screenshotPath: SCREENSHOT_PATH,
|
||||
|
||||
Reference in New Issue
Block a user