Browsertime 8.0.0 beta 2 and Chrome 80

This commit is contained in:
soulgalore 2020-02-05 08:30:28 +01:00
parent 56d73a8619
commit fdf73179e3
4 changed files with 1243 additions and 20 deletions

View File

@ -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

View File

@ -155,6 +155,7 @@ module.exports.parseCommandLine = function parseCommandLine() {
alias: 'c',
default: browsertimeConfig.connectivity.profile,
choices: [
'4g',
'3g',
'3gfast',
'3gslow',

1258
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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",