Use latest Browsertime alpha and use Chrome 78 and FF 70

This commit is contained in:
soulgalore 2019-10-23 19:25:39 +02:00
parent 4fdd121912
commit 02d164c8cd
3 changed files with 1471 additions and 12 deletions

View File

@ -1,4 +1,4 @@
FROM sitespeedio/webbrowsers:chrome-77.0-firefox-70.0
FROM sitespeedio/webbrowsers:chrome-78.0-firefox-70.0
ENV SITESPEED_IO_BROWSERTIME__XVFB true
ENV SITESPEED_IO_BROWSERTIME__DOCKER true

1476
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -34,6 +34,9 @@
"bugs": {
"url": "https://github.com/sitespeedio/sitespeed.io/issues"
},
"publishConfig": {
"tag": "canary"
},
"scripts": {
"lint": "eslint . && npm run pug-lint",
"lint:fix": "eslint . --fix",
@ -73,7 +76,7 @@
"axe-core": "3.3.1",
"@google-cloud/storage": "3.2.0",
"aws-sdk": "2.517.0",
"browsertime": "6.1.4",
"browsertime": "7.0.0-alpha.1",
"cli-color": "1.4.0",
"concurrent-queue": "7.0.2",
"dayjs": "1.8.15",