mirror of
https://github.com/maputnik/editor.git
synced 2026-01-05 13:00:04 +00:00
Use selenium standalone service to run tests
This commit is contained in:
@@ -21,7 +21,7 @@ exports.config = {
|
||||
browserName: (process.env.BROWSER || 'chrome'),
|
||||
}
|
||||
],
|
||||
services: ['selenium-standalone'],
|
||||
services: process.env.DOCKER_HOST ? [] : ['selenium-standalone'],
|
||||
logLevel: 'info',
|
||||
bail: 0,
|
||||
screenshotPath: SCREENSHOT_PATH,
|
||||
|
||||
Reference in New Issue
Block a user