mirror of
https://github.com/maputnik/editor.git
synced 2026-06-30 02:57:26 +00:00
Added firefox tests and fixed docker deploy
This commit is contained in:
+6
-4
@@ -16,10 +16,12 @@ exports.config = {
|
||||
'./test/functional/index.js'
|
||||
],
|
||||
maxInstances: 10,
|
||||
capabilities: [{
|
||||
maxInstances: 5,
|
||||
browserName: 'chrome',
|
||||
}],
|
||||
capabilities: [
|
||||
{
|
||||
maxInstances: 5,
|
||||
browserName: (process.env.BROWSER || 'chrome'),
|
||||
}
|
||||
],
|
||||
logLevel: 'info',
|
||||
bail: 0,
|
||||
screenshotPath: SCREENSHOT_PATH,
|
||||
|
||||
Reference in New Issue
Block a user