From 71e88c25ce77ce047ca372b4905f22e7e6800a0b Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 15 Jun 2022 10:31:17 +0200 Subject: [PATCH] new browsertime --- docs/_includes/version/browsertime.txt | 2 +- .../browsertime/configuration/config.md | 8 ++++---- npm-shrinkwrap.json | 14 +++++++------- package.json | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/_includes/version/browsertime.txt b/docs/_includes/version/browsertime.txt index 0446c757a..986f18a01 100644 --- a/docs/_includes/version/browsertime.txt +++ b/docs/_includes/version/browsertime.txt @@ -1 +1 @@ -16.8.1 \ No newline at end of file +16.9.0 \ No newline at end of file diff --git a/docs/documentation/browsertime/configuration/config.md b/docs/documentation/browsertime/configuration/config.md index afa350912..b6c70c6c0 100644 --- a/docs/documentation/browsertime/configuration/config.md +++ b/docs/documentation/browsertime/configuration/config.md @@ -1,10 +1,10 @@ browsertime.js [options] / timeouts - --timeouts.browserStart Timeout when waiting for browser to start, in milliseconds [number] [default: 60000] - --timeouts.pageLoad Timeout when waiting for url to load, in milliseconds [number] [default: 300000] - --timeouts.script Timeout when running browser scripts, in milliseconds [number] [default: 120000] - --timeouts.pageCompleteCheck Timeout when waiting for page to complete loading, in milliseconds [number] [default: 300000] + --timeouts.browserStart Timeout when waiting for browser to start, in milliseconds [number] [default: 60000] + --timeouts.pageLoad Timeout when waiting for url to load, in milliseconds [number] [default: 300000] + --timeouts.script Timeout when running browser scripts, in milliseconds [number] [default: 120000] + --timeouts.pageCompleteCheck, --maxLoadTime Timeout when waiting for page to complete loading, in milliseconds [number] [default: 120000] chrome --chrome.args Extra command line arguments to pass to the Chrome process (e.g. --no-sandbox). To add multiple arguments to Chrome, repeat --chrome.args once per argument. diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6b5f4cabc..767bda990 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -13,7 +13,7 @@ "@tgwf/co2": "0.8.0", "aws-sdk": "2.1121.0", "axe-core": "4.4.2", - "browsertime": "16.8.1", + "browsertime": "16.9.0", "cli-color": "2.0.2", "coach-core": "7.1.2", "concurrent-queue": "7.0.2", @@ -1681,9 +1681,9 @@ } }, "node_modules/browsertime": { - "version": "16.8.1", - "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.8.1.tgz", - "integrity": "sha512-YLI00NgAbpHMLv2eKA/YEf15e8UeRpXXBykyuSqrUwjzx11zEVtnWY93X38GHcaqGcTfWvjmkGfX6eKgeXcxgw==", + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.9.0.tgz", + "integrity": "sha512-T58evPYGy+cl5cXyW2gcfVQcr7EUZIq8aHz38CiDjp3j6PYYn9THe/jo1i54kVzdxloCshFZ3KSnxx4zKWBtvw==", "dependencies": { "@cypress/xvfb": "1.2.4", "@devicefarmer/adbkit": "2.11.3", @@ -9758,9 +9758,9 @@ } }, "browsertime": { - "version": "16.8.1", - "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.8.1.tgz", - "integrity": "sha512-YLI00NgAbpHMLv2eKA/YEf15e8UeRpXXBykyuSqrUwjzx11zEVtnWY93X38GHcaqGcTfWvjmkGfX6eKgeXcxgw==", + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.9.0.tgz", + "integrity": "sha512-T58evPYGy+cl5cXyW2gcfVQcr7EUZIq8aHz38CiDjp3j6PYYn9THe/jo1i54kVzdxloCshFZ3KSnxx4zKWBtvw==", "requires": { "@cypress/xvfb": "1.2.4", "@devicefarmer/adbkit": "2.11.3", diff --git a/package.json b/package.json index aa4516e86..6c92c9116 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@tgwf/co2": "0.8.0", "aws-sdk": "2.1121.0", "axe-core": "4.4.2", - "browsertime": "16.8.1", + "browsertime": "16.9.0", "coach-core": "7.1.2", "cli-color": "2.0.2", "concurrent-queue": "7.0.2",