Browsertime 8.0.0 beta 2 and Chrome 80
This commit is contained in:
parent
56d73a8619
commit
fdf73179e3
|
|
@ -1,4 +1,4 @@
|
|||
FROM sitespeedio/webbrowsers:chrome-80.0-b-firefox-72.0
|
||||
FROM sitespeedio/webbrowsers:chrome-80.0-firefox-72.0
|
||||
|
||||
ENV SITESPEED_IO_BROWSERTIME__XVFB true
|
||||
ENV SITESPEED_IO_BROWSERTIME__DOCKER true
|
||||
|
|
|
|||
|
|
@ -155,6 +155,7 @@ module.exports.parseCommandLine = function parseCommandLine() {
|
|||
alias: 'c',
|
||||
default: browsertimeConfig.connectivity.profile,
|
||||
choices: [
|
||||
'4g',
|
||||
'3g',
|
||||
'3gfast',
|
||||
'3gslow',
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -73,7 +73,7 @@
|
|||
"@google-cloud/storage": "3.2.0",
|
||||
"aws-sdk": "2.596.0",
|
||||
"axe-core": "3.4.1",
|
||||
"browsertime": "8.0.0-beta.1",
|
||||
"browsertime": "8.0.0-beta.2",
|
||||
"cli-color": "1.4.0",
|
||||
"concurrent-queue": "7.0.2",
|
||||
"dayjs": "1.8.18",
|
||||
|
|
|
|||
Loading…
Reference in New Issue