Merge branch 'master' into issue-1948-test-coverage

This commit is contained in:
James Addison 2020-04-14 12:24:34 +01:00
commit 0cde5fd039

View File

@ -88,7 +88,7 @@ module.exports = function(config) {
base: 'Safari'
},
Chrome_Stable: {
base: 'Chrome'
base: 'ChromeHeadless'
},
Firefox_Stable: {
base: 'Firefox'
@ -99,7 +99,7 @@ module.exports = function(config) {
const customLaunchers = ciLauncher ? {target_browser: ciLauncher} : {
stable_chrome: {
base: 'Chrome'
base: 'ChromeHeadless'
},
stable_firefox: {
base: 'Firefox'