Added firefox tests and fixed docker deploy

This commit is contained in:
orangemug
2020-05-24 12:56:52 +01:00
parent ce731e7d6b
commit 7faed0d27e
3 changed files with 47 additions and 6 deletions
+6 -4
View File
@@ -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,