mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Migrate base Chrome profiles to ChromeHeadless (#2203)
This commit is contained in:
parent
f139b513c5
commit
ae5f866b37
@ -88,7 +88,7 @@ module.exports = function(config) {
|
|||||||
base: 'Safari'
|
base: 'Safari'
|
||||||
},
|
},
|
||||||
Chrome_Stable: {
|
Chrome_Stable: {
|
||||||
base: 'Chrome'
|
base: 'ChromeHeadless'
|
||||||
},
|
},
|
||||||
Firefox_Stable: {
|
Firefox_Stable: {
|
||||||
base: 'Firefox'
|
base: 'Firefox'
|
||||||
@ -99,7 +99,7 @@ module.exports = function(config) {
|
|||||||
|
|
||||||
const customLaunchers = ciLauncher ? {target_browser: ciLauncher} : {
|
const customLaunchers = ciLauncher ? {target_browser: ciLauncher} : {
|
||||||
stable_chrome: {
|
stable_chrome: {
|
||||||
base: 'Chrome'
|
base: 'ChromeHeadless'
|
||||||
},
|
},
|
||||||
stable_firefox: {
|
stable_firefox: {
|
||||||
base: 'Firefox'
|
base: 'Firefox'
|
||||||
|
Loading…
Reference in New Issue
Block a user