browsertime 22.9.0 → 22.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Browsertime changelog (we do [semantic versioning](https://semver.org))
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
## 22.10.1 - 2024-09-04
|
|
5
|
+
### Fixed
|
|
6
|
+
* Upgraded Bidi HAR to 0.0.14 that filters out data:text URLs thar is picked up in Firefox 130 [#2177](https://github.com/sitespeedio/browsertime/pull/2177).
|
|
7
|
+
|
|
8
|
+
## 22.10.0 - 2024-09-03
|
|
9
|
+
### Added
|
|
10
|
+
* Chromedriver 128 [#2175](https://github.com/sitespeedio/browsertime/pull/2175)
|
|
11
|
+
* Chrome 128, Firefox 129, Edge 127 [#2173](https://github.com/sitespeedio/browsertime/pull/2173)
|
|
12
|
+
### Fixed
|
|
13
|
+
* Updated dependencies: usb-profiling, fast-stats, webdriver, execa, dayjs [#2174](https://github.com/sitespeedio/browsertime/pull/2174).
|
|
14
|
+
|
|
3
15
|
## 22.9.0 - 2024-08-26
|
|
4
16
|
### Added
|
|
5
17
|
* Geckodriver 0.35.0 [#2170](https://github.com/sitespeedio/browsertime/pull/2170)
|
|
@@ -489,8 +489,12 @@ export class Chromium {
|
|
|
489
489
|
await unlink(netlog);
|
|
490
490
|
}
|
|
491
491
|
|
|
492
|
-
if (this.android
|
|
493
|
-
|
|
492
|
+
if (this.android) {
|
|
493
|
+
if (this.options.androidPower) {
|
|
494
|
+
await this.android.stopPowerTesting();
|
|
495
|
+
} else if (this.options.androidUsbPower) {
|
|
496
|
+
await usbPowerProfiler.stopSampling();
|
|
497
|
+
}
|
|
494
498
|
}
|
|
495
499
|
|
|
496
500
|
if (this.cdpClient) {
|
|
@@ -397,8 +397,12 @@ export class Firefox {
|
|
|
397
397
|
* Before the browser is stopped/closed.
|
|
398
398
|
*/
|
|
399
399
|
async beforeBrowserStop() {
|
|
400
|
-
if (isAndroidConfigured(this.options)
|
|
401
|
-
|
|
400
|
+
if (isAndroidConfigured(this.options)) {
|
|
401
|
+
if (this.options.androidPower) {
|
|
402
|
+
await this.android.stopPowerTesting();
|
|
403
|
+
} else if (this.options.androidUsbPower) {
|
|
404
|
+
await usbPowerProfiler.stopSampling();
|
|
405
|
+
}
|
|
402
406
|
}
|
|
403
407
|
}
|
|
404
408
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "browsertime",
|
|
3
3
|
"description": "Get performance metrics from your web page using Browsertime.",
|
|
4
|
-
"version": "22.
|
|
4
|
+
"version": "22.10.1",
|
|
5
5
|
"bin": "./bin/browsertime.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"types": "./types/scripting.d.ts",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@cypress/xvfb": "1.2.4",
|
|
10
10
|
"@devicefarmer/adbkit": "3.2.6",
|
|
11
|
-
"@sitespeed.io/chromedriver": "
|
|
11
|
+
"@sitespeed.io/chromedriver": "128.0.6613-86",
|
|
12
12
|
"@sitespeed.io/edgedriver": "126.0.2592-102",
|
|
13
13
|
"@sitespeed.io/geckodriver": "0.35.0",
|
|
14
14
|
"@sitespeed.io/throttle": "5.0.1",
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"btoa": "1.2.1",
|
|
17
17
|
"chrome-har": "0.13.5",
|
|
18
18
|
"chrome-remote-interface": "0.33.2",
|
|
19
|
-
"dayjs": "1.11.
|
|
20
|
-
"execa": "9.3.
|
|
21
|
-
"fast-stats": "0.0.
|
|
22
|
-
"ff-test-bidi-har-export": "0.0.
|
|
19
|
+
"dayjs": "1.11.13",
|
|
20
|
+
"execa": "9.3.1",
|
|
21
|
+
"fast-stats": "0.0.7",
|
|
22
|
+
"ff-test-bidi-har-export": "0.0.14",
|
|
23
23
|
"find-up": "7.0.0",
|
|
24
24
|
"get-port": "7.1.0",
|
|
25
25
|
"hasbin": "1.2.3",
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
"lodash.merge": "4.6.2",
|
|
31
31
|
"lodash.pick": "4.4.0",
|
|
32
32
|
"lodash.set": "4.3.2",
|
|
33
|
-
"selenium-webdriver": "4.
|
|
34
|
-
"usb-power-profiling": "
|
|
33
|
+
"selenium-webdriver": "4.24.0",
|
|
34
|
+
"usb-power-profiling": "1.4.0",
|
|
35
35
|
"yargs": "17.7.2"
|
|
36
36
|
},
|
|
37
37
|
"optionalDependencies": {
|
|
38
38
|
"jimp": "0.22.12"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@types/selenium-webdriver": "4.1.
|
|
41
|
+
"@types/selenium-webdriver": "4.1.25",
|
|
42
42
|
"ava": "6.1.3",
|
|
43
43
|
"clean-jsdoc-theme": "4.3.0",
|
|
44
44
|
"eslint": "9.8.0",
|