sitespeed.io 37.8.0 → 38.0.0

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,6 +1,22 @@
1
1
 
2
2
  # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
3
3
 
4
+ ## 38.0.0 - 2025-06-30
5
+ ### Breaking
6
+ * Support only NodeJS 20 or later for sitespeed.io [#4532](https://github.com/sitespeedio/sitespeed.io/pull/4532).
7
+
8
+ ### Added
9
+ * Upgrade to Yargs 18 [#4531](https://github.com/sitespeedio/sitespeed.io/pull/4531).
10
+
11
+ ### Fixed
12
+ * Update S3 client [#4533](https://github.com/sitespeedio/sitespeed.io/pull/4533).
13
+ * Update developer dependencies [#4534](https://github.com/sitespeedio/sitespeed.io/pull/4534).
14
+ * Updated to [Browsertime 25](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2500---2025-07-16) [#4536](https://github.com/sitespeedio/sitespeed.io/pull/4536) with NodeJS to 20 and a fix for Edgedriver download.
15
+
16
+ ## 37.9.0 - 2025-06-30
17
+ ### Added
18
+ * Updated Docker containers to include Chrome/Edge 138, Firefox 140. Edgedriver and Chromedriver 138. Browsertime 24.9.0. [#452](https://github.com/sitespeedio/sitespeed.io/pull/4528) and [#4530](https://github.com/sitespeedio/sitespeed.io/pull/4530).
19
+
4
20
  ## 37.8.0 - 2025-06-01
5
21
  ### Added
6
22
  * Updated to Browsertime 24.8.0 and then 24.8.1 with Chromedriver 137, Edgedriver 137 and [a couple of fixes and new commands](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2480---2025-05-30) in [4524](https://github.com/sitespeedio/sitespeed.io/pull/4524) and [#4525](https://github.com/sitespeedio/sitespeed.io/pull/4525).
@@ -23,7 +39,7 @@
23
39
 
24
40
  ## 37.5.0 - 2025-04-30
25
41
  ### Added
26
- * Upgraded to Firefox 138 and Chrome 136 in the Docker container [#4507](https://github.com/sitespeedio/sitespeed.io/pull/4507).
42
+ * Upgraded to Firefox 138 and Chrome 136 in the Docker container [#4507](https://github.com/sitespeedio/sitespeed.io/pull/4507).
27
43
 
28
44
  ### Fixed
29
45
  * Updated to latest Browsertime with a fix for Firefox 138 [#4506](https://github.com/sitespeedio/sitespeed.io/pull/4506).
@@ -230,7 +246,7 @@ This release contains a couple of breaking changes. Please read the breaking sec
230
246
  * Update dev dependencies [#4345](https://github.com/sitespeedio/sitespeed.io/pull/4345).
231
247
  * Let analysisstorer know about webpagereplay so that correct information is displayed [#4349](https://github.com/sitespeedio/sitespeed.io/pull/4349).
232
248
  * Pass on webpagereplay flag to browsertime [#4350](https://github.com/sitespeedio/sitespeed.io/pull/4350).
233
- * Update to Browsertime 23.5.0 [#4351](https://github.com/sitespeedio/sitespeed.io/pull/4351)
249
+ * Update to Browsertime 23.5.0 [#4351](https://github.com/sitespeedio/sitespeed.io/pull/4351)
234
250
 
235
251
  ## 35.7.4 - 2024-12-20
236
252
  ### Fixed
@@ -251,7 +267,7 @@ This release contains a couple of breaking changes. Please read the breaking sec
251
267
  * Make sure Firefox displays power consumption in mWH [#4334](https://github.com/sitespeedio/sitespeed.io/pull/4334).
252
268
 
253
269
  ## 35.7.0 - 2024-11-30
254
- ### Added
270
+ ### Added
255
271
  * Firefox 133 in the Docker container [#4327](https://github.com/sitespeedio/sitespeed.io/pull/4327).
256
272
 
257
273
  ### Fixed
@@ -289,7 +305,7 @@ Andy Davies](https://github.com/andydavies) and the cool [https://github.com/and
289
305
 
290
306
  ## 35.3.0 - 2024-10-20
291
307
  ### Added
292
- * Update to Chrome 130 in the Docker container [#4299](https://github.com/sitespeedio/sitespeed.io/pull/4299).
308
+ * Update to Chrome 130 in the Docker container [#4299](https://github.com/sitespeedio/sitespeed.io/pull/4299).
293
309
  * Updated to Browsertime [23.2.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2320---2024-10-20) that has a fix for installting Geckodriver on ARM containers [#4303](https://github.com/sitespeedio/sitespeed.io/pull/4303).
294
310
  * Updated Chromium from 107 to 130 in the ARM Docker container. This was possible by using the Chromium built by Microsoft (M$) in Playwright [#4304](https://github.com/sitespeedio/sitespeed.io/pull/4304).
295
311
 
@@ -496,7 +512,7 @@ From this release we release a new Docker container with the major version tag!
496
512
  ### Breaking
497
513
 
498
514
  * Woho! There's now a way to deploy your own version of sitespeed.io online for your own testing using [onlinetest][https://github.com/sitespeedio/onlinetest]! It has a HTML GUI and an API that you can use using sitespeed.io command line. There's one server part (the frontend and the API) and a testrunner part. You can run desktop, emulated mobile and Android test. I do not host a global version but I worked hard to make it easy to host yourself. I still work on the documentation but feel free to start to try it out before all documentation is finished :) If you have quick question and need help, please use the [Slack channel](https://join.slack.com/t/sitespeedio/shared_invite/zt-296jzr7qs-d6DId2KpEnMPJSQ8_R~WFw). If you have more complicated problems, please feel free to create issues [here](https://github.com/sitespeedio/onlinetest/issues/new).
499
-
515
+
500
516
  * With this release we remove all dependencies to WebPageTest [#4085](https://github.com/sitespeedio/sitespeed.io/pull/4085). You are only affected if you used the [plugin-webpagetest](https://github.com/sitespeedio/plugin-webpagetest) or the +webpagetest Docker container. If you still want to use WebPageTest with sitespeed.io you can build something on the archived [plugin-webpagetest](https://github.com/sitespeedio/plugin-webpagetest).
501
517
 
502
518
  * The S3 plugin has been upgraded to @aws-sdk/client-s3 v3 [#4138](https://github.com/sitespeedio/sitespeed.io/pull/4138). If you are using the S3 plugin and not set region, that will now fail. The v2 version of the aws-sdk used us-east-1 region as default, but v3 has removed the default setting. If you didn't used to set region you can add `--s3.region us-east-1` and it will work as before. If you do not do that, the uploads to S3 will fail. With v3 your `endpoint` need to start with http/https.
@@ -515,7 +531,7 @@ From this release we release a new Docker container with the major version tag!
515
531
 
516
532
  ## 33.6.1 - 2024-05-13
517
533
  ### Fixed
518
- * The plus1 container was updated with the latest version of the gpsi-plugin, since the old version broke when GPSI was updated to Lighthouse 12.
534
+ * The plus1 container was updated with the latest version of the gpsi-plugin, since the old version broke when GPSI was updated to Lighthouse 12.
519
535
 
520
536
  ## 33.6.0 - 2024-04-17
521
537
  ### Added
@@ -557,7 +573,7 @@ From this release we release a new Docker container with the major version tag!
557
573
  ## 33.2.0 - 2024-03-12
558
574
  ### Added
559
575
  * Updated to Browsertime 21.5.0 in [#4103](https://github.com/sitespeedio/sitespeed.io/pull/4103) also included changes released in 21.4.0.
560
- * Firefox:
576
+ * Firefox:
561
577
  * Move injectJS functionality to Bidi [#2088](https://github.com/sitespeedio/browsertime/pull/2088). This makes it possible to inject JS in Firefox on mobile.
562
578
  * Expose Bidi in commands [#2091](https://github.com/sitespeedio/browsertime/pull/2091). You can now use webdriver bidi direct in your commands.
563
579
  * Fixed command action.clear() that actually didn't clear the command [#2095](https://github.com/sitespeedio/browsertime/pull/2095).
@@ -571,7 +587,7 @@ From this release we release a new Docker container with the major version tag!
571
587
  ## 33.1.0 - 2024-02-21
572
588
  ### Added
573
589
  * Firefox 123 and Chrome 122 in the Docker container [#4090](https://github.com/sitespeedio/sitespeed.io/pull/4090) and [#4089](https://github.com/sitespeedio/sitespeed.io/pull/4089).
574
- * Chromedriver 122 and Edgedriver 121
590
+ * Chromedriver 122 and Edgedriver 121
575
591
  * [Browsertime 21.3.0](https://github.com/sitespeedio/sitespeed.io/pull/4091).
576
592
 
577
593
  ## 33.0.0 - 2024-02-11
@@ -636,8 +652,8 @@ The new version of Browsertime also adds code completion/IntelliSense support. R
636
652
  * @param {import('browsertime').BrowsertimeContext} context
637
653
  * @param {import('browsertime').BrowsertimeCommands} commands
638
654
  */
639
- export default async function (context, commands) {
640
-
655
+ export default async function (context, commands) {
656
+
641
657
  };
642
658
  ```
643
659
 
@@ -677,7 +693,7 @@ export default async function (context, commands) {
677
693
  ### Fixed
678
694
  * Moved functionality from co2 to sitespeed.io see [#4034](https://github.com/sitespeedio/sitespeed.io/pull/4034).
679
695
 
680
- ### Added
696
+ ### Added
681
697
  * Upgraded the Docker container to use Firefox 121 [#4033](https://github.com/sitespeedio/sitespeed.io/pull/4033).
682
698
  * Updated to [Browsertime 19.3.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1931---2023-12-18) [#4031](https://github.com/sitespeedio/sitespeed.io/pull/4031).
683
699
 
@@ -703,7 +719,7 @@ export default async function (context, commands) {
703
719
 
704
720
  ## 30.7.0 - 2023-11-30
705
721
  ### Added
706
- * Show Axe individual issues on the page summary (not only on each individual run) [#4019](https://github.com/sitespeedio/sitespeed.io/pull/4019). Thank you [shaqb](https://github.com/shaqb) for pointing that out. The total number of issues is also sent to Graphite under *statistics.axe.violationIssues*.
722
+ * Show Axe individual issues on the page summary (not only on each individual run) [#4019](https://github.com/sitespeedio/sitespeed.io/pull/4019). Thank you [shaqb](https://github.com/shaqb) for pointing that out. The total number of issues is also sent to Graphite under *statistics.axe.violationIssues*.
707
723
 
708
724
  ## 30.6.0 - 2023-11-29
709
725
 
@@ -776,7 +792,7 @@ export default async function (context, commands) {
776
792
  * Updated Browsertime to 17.18.0:
777
793
  * Updated to Chromedriver 119 [#2003](https://github.com/sitespeedio/browsertime/pull/2003). 119 works with both Chrome 118 and 119 so it fixes [#1197](https://github.com/sitespeedio/browsertime/issues/1997).
778
794
  * Add support for network idle method to know when to end a test that uses network logs. Uses Bidi for Firefox and CDP for Chrome to listen on network events to know when to end a test. By default 5 seconds idle network time ends a tests (you could have network responses that hasn't arrived yet) [#1960](https://github.com/sitespeedio/browsertime/pull/1960). Potentially this can help SPA users or users where the page uses iframes. You can try it out by adding `--browsertime.pageCompleteCheckNetworkIdle true` to your command line. This is still some work in progress but feel free to try ut out.
779
- * The resources script now collects number of resources served from the browser cashe for browser that supports that through the resource timing API [#1998](https://github.com/sitespeedio/browsertime/pull/1998)
795
+ * The resources script now collects number of resources served from the browser cashe for browser that supports that through the resource timing API [#1998](https://github.com/sitespeedio/browsertime/pull/1998)
780
796
  * Make sure timer always is cleared. There was case of where we do a rase beteween a promise and a timeout where the timeout timer wasn't cleared/removed [#2005](https://github.com/sitespeedio/browsertime/pull/2005).
781
797
  * Better way to get the url when you use GeckoProfiler.stop for Firefox, thank you [Nazım Can Altınova](https://github.com/canova) for PR [#1999](https://github.com/sitespeedio/browsertime/pull/1999)
782
798
 
@@ -792,7 +808,7 @@ export default async function (context, commands) {
792
808
  ## 29.7.0 - 2023-09-27
793
809
  ### Added
794
810
  * Updated Firefox to 118 in the Docker container [#3968](https://github.com/sitespeedio/sitespeed.io/pull/3968).
795
- * Users of the +1 container will have Lighthouse version 11.1.0.
811
+ * Users of the +1 container will have Lighthouse version 11.1.0.
796
812
 
797
813
  ## 29.6.0 - 2023-09-22
798
814
  ### Added
@@ -920,7 +936,7 @@ The changes where done in [#3888](https://github.com/sitespeedio/sitespeed.io/pu
920
936
  ## 27.6.5 - 2023-05-26
921
937
  ### Fixed
922
938
  * Bumped Browsertime with a fix for host-resolver-rules, thank you [Mikhail](https://github.com/atuchin-m) for PR [#1953](https://github.com/sitespeedio/browsertime/pull/1953).
923
- * Hopefully fixed the broken manifest file for the Docker containers by updating the Docker build actions to latest versions and added provenance: false.
939
+ * Hopefully fixed the broken manifest file for the Docker containers by updating the Docker build actions to latest versions and added provenance: false.
924
940
 
925
941
  ## 27.6.4 - 2023-05-20
926
942
  ### Fixed
@@ -954,7 +970,7 @@ The changes where done in [#3888](https://github.com/sitespeedio/sitespeed.io/pu
954
970
  * Another fix for storing result data as JSON.
955
971
 
956
972
  ## 27.5.0 - 2023-05-03
957
- ### Added
973
+ ### Added
958
974
  * Use Chrome 113 in the Docker container.
959
975
 
960
976
  ### Fixed
@@ -989,7 +1005,7 @@ The changes where done in [#3888](https://github.com/sitespeedio/sitespeed.io/pu
989
1005
  * Increased the default wait time from 2 to 5 seconds when a element a clicked and the page complete check runs [#1931](https://github.com/sitespeedio/browsertime/pull/1931)
990
1006
  * Upgraded to Chromedriver 112 [#1932](https://github.com/sitespeedio/browsertime/pull/1932).
991
1007
  * If you use `--headless` Chrome will use the new headless switch [#1933](https://github.com/sitespeedio/browsertime/pull/1933).
992
- * The plugin-lighthouse uses Lighthouse 10.1.0 and --headless=new
1008
+ * The plugin-lighthouse uses Lighthouse 10.1.0 and --headless=new
993
1009
 
994
1010
  ## 27.0.0 - 2023-04-04
995
1011
 
@@ -1001,7 +1017,7 @@ There's been many additions to Browsertime the last months and I'll update the C
1001
1017
  The project was transitioned to a [pure ESM package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) both Browsertime [#1859](https://github.com/sitespeedio/browsertime/pull/1859) and sitespeed.io [#3769](https://github.com/sitespeedio/sitespeed.io/pull/3769). That allow us to stay uptodate with dependencies. This is important for us and will make the project easier to maintain.
1002
1018
 
1003
1019
  #### CLI users
1004
- If you are a command line user and use [scripting](https://www.sitespeed.io/documentation/sitespeed.io/scripting/), you will need to do a change to your scripts or add some extra configuration.
1020
+ If you are a command line user and use [scripting](https://www.sitespeed.io/documentation/sitespeed.io/scripting/), you will need to do a change to your scripts or add some extra configuration.
1005
1021
 
1006
1022
  **The quick fix**: Rename your *.js* scripting files to *.cjs* that way NodeJS will treat your file as a common JS file and everything will just work. For example if you have a file names `login.js` you can rename that to `login.cjs` and make sure you load that new file. Then sitespeed.io 27.0.0 will just work as before.
1007
1023
 
@@ -1021,14 +1037,14 @@ export default async function (context, commands) {
1021
1037
  }
1022
1038
  ```
1023
1039
 
1024
- If you have more complicated scripts, follow the [ESM package guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
1040
+ If you have more complicated scripts, follow the [ESM package guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
1025
1041
 
1026
1042
  Then rename your file to be named *.mjs. If your file is named `collect.js` change it to `collect.mjs`. This is the best fix and will work 100% of the time. That way NodeJS will know that you are using the ESM standard. You can read more in [how NodeJs choose to load files](https://nodejs.org/docs/latest-v18.x/api/packages.html#determining-module-system).
1027
1043
 
1028
1044
 
1029
1045
  **Another quick fix alternative**: As a last alternative add `--browsertime.cjs` as a parameter to your test. That way the scripting file will be treated as a commonjs file. This is a hack, so to make sure it works, the user that runs Browsertime need to have write privileges to the folder where you have your scripting files. Browsertime will create a package.json file on the same levels as your script file. If you already have a package.json there, it will be overwritten.
1030
1046
 
1031
- #### Non cli users
1047
+ #### Non cli users
1032
1048
  Documentation coming soon.
1033
1049
 
1034
1050
  Read [Sindre Sorhus Pure ESM package guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) on how you can move your project.
@@ -1043,7 +1059,7 @@ If you run sitespeed.io direct using NodeJs (and not using Docker) you need to i
1043
1059
 
1044
1060
  ```python -m pip install --user OpenCV-Python Numpy```
1045
1061
 
1046
- If you still want to use ImageMagick you can do that by setting ```browsertime.visualMetricsPortable false```
1062
+ If you still want to use ImageMagick you can do that by setting ```browsertime.visualMetricsPortable false```
1047
1063
 
1048
1064
 
1049
1065
  ### Fixed
@@ -1052,17 +1068,17 @@ If you still want to use ImageMagick you can do that by setting ```browsertime.v
1052
1068
  ### Added
1053
1069
  * [A lot of things has happened](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md) in Browsertime:
1054
1070
  * There's a new better way to get the HAR from Firefox using WebDriver BiDi network events. Thank you Julian Descottes and others at Mozilla that made this happen! With the new version we hope to see less overhead getting the HAR + it works on Firefox on Android #1918. You can turn it on with --browsertime.firefox.bidihar.
1055
- * Updated to Geckodriver 0.33
1056
- * Fixed the interaction to next paint error message that started to appear in latest Chrome
1057
- * Safer check for getting last meaningful paint
1071
+ * Updated to Geckodriver 0.33
1072
+ * Fixed the interaction to next paint error message that started to appear in latest Chrome
1073
+ * Safer check for getting last meaningful paint
1058
1074
  * Log the CPU benchmark metric to the console. This is useful (at least for me) when debugging instances with a lot of instability.
1059
1075
  * In Chrome 111 some metrics become more instable when running on host with limited CPU. This change also exists in 112 beta. However we where missing out on a couple of command line magic to disable features in Chrome.
1060
1076
  * On Linux you can use taskset to assing FFMPEG to specific CPUs using --videoParams.taskset "0,5,7,9-11" . It will start FFMPEG with taskset -c <CPUS> to pin FFMPG to specific CPU(s). Specify a numerical list of processors. The list may contain multiple items, separated by comma, and ranges. For example, "0,5,7,9-11". Use it together with isolcpus.
1061
1077
  * If you use a rooted Samsung A51 you can now choose the CPU speed (min/middle/max) using --android.pinCPUSpeed min|middle|max
1062
1078
  * Expose chrome-remote-interface client to scripting. This makes it so much easier to run whatever CDP command. Get the raw version `commands.cdp.getRawClient()`.
1063
- * Pin CPU freq to fastest for Samsung A51 (if you have a rooted device)
1079
+ * Pin CPU freq to fastest for Samsung A51 (if you have a rooted device)
1064
1080
  * Updated to Chrome 111, Firefox 111 and Edge 111 in the Docker container.
1065
- * The Lighthouse plugin has been updated to Lighthouse 10.
1081
+ * The Lighthouse plugin has been updated to Lighthouse 10.
1066
1082
  * Support for InfluxDb 2, thank you [Damien-Ar](https://github.com/Damien-Ar) for PR [#3711](https://github.com/sitespeedio/sitespeed.io/pull/3711) and [Roman Voitseshevsky](https://github.com/boitcex) for adding tests in [#3790](https://github.com/sitespeedio/sitespeed.io/pull/3790).
1067
1083
  ## 26.1.0 - 2022-10-21
1068
1084
  ### Added
@@ -1147,7 +1163,7 @@ https://github.com/sitespeedio/sitespeed.io/pull/3715).
1147
1163
  * Updated Browsertime to 16.14.1 that adds a guard for null values in rsd (this fixes the warning logs happening in 25.8.0).
1148
1164
  ## 25.8.0 - 2022-08-26
1149
1165
  ### Added
1150
- * Updated to [Browsertime 16.14.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16140---2022-08-26). that collects relative standard deviation for metrics and the number of processes that runs on the server when you start a test.
1166
+ * Updated to [Browsertime 16.14.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16140---2022-08-26). that collects relative standard deviation for metrics and the number of processes that runs on the server when you start a test.
1151
1167
  ## 25.7.3 - 2022-08-17
1152
1168
  ### Fixed
1153
1169
  * Upgraded to [Browsertime 16.13.3](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16133---2022-08-17) that fixes a bug when setting cookies when navigating in Chrome/Edge when using scripting.
@@ -1171,7 +1187,7 @@ https://github.com/sitespeedio/sitespeed.io/pull/3715).
1171
1187
  ### Added
1172
1188
  * Updated to Firefox 103 in the Docker container.
1173
1189
  * The +1 container uses Lighthouse 9.6.4.
1174
- * Removed videojs and use plain video element to display the video [#3697](https://github.com/sitespeedio/sitespeed.io/pull/3697). This makes the result pages cleaner.
1190
+ * Removed videojs and use plain video element to display the video [#3697](https://github.com/sitespeedio/sitespeed.io/pull/3697). This makes the result pages cleaner.
1175
1191
 
1176
1192
  ### Fixed
1177
1193
  * Fixed error message when you run Axe and analysisstorer at the same time [#3703](https://github.com/sitespeedio/sitespeed.io/pull/3703).
@@ -1217,7 +1233,7 @@ https://github.com/sitespeedio/sitespeed.io/pull/3715).
1217
1233
  * Bug fix for adding custom CSS from plugins, than you [Josh Duncan](https://github.com/josh-lr) for PR [#3679](https://github.com/sitespeedio/sitespeed.io/pull/3679).
1218
1234
 
1219
1235
  ## 25.2.0 - 2022-06-22
1220
- ### Added
1236
+ ### Added
1221
1237
  * Updated the Docker container to use Chrome 103.
1222
1238
 
1223
1239
  ## 25.1.1 - 2022-06-20
@@ -1228,7 +1244,7 @@ https://github.com/sitespeedio/sitespeed.io/pull/3715).
1228
1244
  * Updated Browsertime to [16.9.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1690---2022-06-15) with the following changes:
1229
1245
  * New `wait.byCondition` command. Thank you [Icecold777](https://github.com/Icecold777) for PR [#1803](https://github.com/sitespeedio/browsertime/pull/1803).
1230
1246
  * Collect number of CPU longtasks before largest contentful paint [#1806](https://github.com/sitespeedio/browsertime/pull/1806).
1231
- * Instead of throwing errors and exit the tests if the page hasn't finished loading after 5 minutes, we now gracefully ends the test after 2 minutes (you can change that time with `--maxLoadTime`). That makes more sense than just throwing errors [#1810](https://github.com/sitespeedio/browsertime/pull/1810).
1247
+ * Instead of throwing errors and exit the tests if the page hasn't finished loading after 5 minutes, we now gracefully ends the test after 2 minutes (you can change that time with `--maxLoadTime`). That makes more sense than just throwing errors [#1810](https://github.com/sitespeedio/browsertime/pull/1810).
1232
1248
 
1233
1249
  ## 25.0.0 - 2022-06-10
1234
1250
 
@@ -1259,7 +1275,7 @@ In debug mode, the browser will pause after each iteration.
1259
1275
  * Updated to [Browsertime 16.7.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1670---2022-05-20) from 16.4.0. With the latest versions we get:
1260
1276
  * Use `--browsertime.videoParams.thumbsize` to set the max size of the filmstrip thumbnails.
1261
1277
  * Interaction to next paint is collected for browsers that supports it (useful for your user journeys)
1262
- * The time when the last CPU long task happens is a new metric, thank you Andy Davies for that idea!
1278
+ * The time when the last CPU long task happens is a new metric, thank you Andy Davies for that idea!
1263
1279
  * You can now use groupAlias directly in a text file [#3655](https://github.com/sitespeedio/sitespeed.io/pull/3655). You can read how in the [updated documentation](https://www.sitespeed.io/documentation/sitespeed.io/configuration/#analyse-by-urls).
1264
1280
  * Added an option for using the full Graphite namespace when latest screenshots/video is stored for a test [#3660](https://github.com/sitespeedio/sitespeed.io/pull/3660).
1265
1281
  ### Fixed
@@ -1308,7 +1324,7 @@ In debug mode, the browser will pause after each iteration.
1308
1324
  * Updated base Docker image to use Ubuntu 22.04 [#3636](https://github.com/sitespeedio/sitespeed.io/pull/3636).
1309
1325
 
1310
1326
  ### Fixed
1311
- * Updated dependencies: aws-sdk, cli-color, fs-extra, influx, junit-report-builder and tape [#3640](https://github.com/sitespeedio/sitespeed.io/pull/3640)
1327
+ * Updated dependencies: aws-sdk, cli-color, fs-extra, influx, junit-report-builder and tape [#3640](https://github.com/sitespeedio/sitespeed.io/pull/3640)
1312
1328
 
1313
1329
  ### Tech
1314
1330
  * Use Ava for unit testing [#3637](https://github.com/sitespeedio/sitespeed.io/pull/3637)
@@ -1328,7 +1344,7 @@ In debug mode, the browser will pause after each iteration.
1328
1344
 
1329
1345
  ## 24.0.0 - 2022-04-06
1330
1346
 
1331
- ### Changed
1347
+ ### Changed
1332
1348
  * Upgraded to [Browsertime 16.0.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1600---2022-04-05) that changed how the DNS is flushed. You need to add `--flushDNS` to your conifguration to flush the DNS between runs.
1333
1349
 
1334
1350
  ### Added
@@ -1360,7 +1376,7 @@ In debug mode, the browser will pause after each iteration.
1360
1376
  * The -slim Docker container now uses Firefox 98.
1361
1377
  * Updated Grafana to latest 8.4.3 in the Docker compose file.
1362
1378
  * Updated [Graphite dashboards](https://github.com/sitespeedio/grafana-bootstrap-docker/tree/main/dashboards/graphite) to use Timeseries graphs instead of old "Graph".
1363
- * You can use `-o` or `--open` or `--view` to open the result page after you run sitespeed.io on Mac and Linux [#3569](https://github.com/sitespeedio/sitespeed.io/pull/3596).
1379
+ * You can use `-o` or `--open` or `--view` to open the result page after you run sitespeed.io on Mac and Linux [#3569](https://github.com/sitespeedio/sitespeed.io/pull/3596).
1364
1380
  * Open the result with `-o` on Linux using xdg-open [#3597](https://github.com/sitespeedio/sitespeed.io/pull/3597).
1365
1381
 
1366
1382
  ## 23.4.0 - 2022-03-09
@@ -1383,7 +1399,7 @@ In debug mode, the browser will pause after each iteration.
1383
1399
 
1384
1400
  ## 23.1.0 - 2022-02-24
1385
1401
  ### Added
1386
- * Updated [Browsertime](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1510---2022-02-24) that collect timings from main document. The result includes a field named mainDocumentTimings and contains blocked, dns, connect, send, wait, receive, ssl as long as you get a HAR file from the browser.
1402
+ * Updated [Browsertime](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1510---2022-02-24) that collect timings from main document. The result includes a field named mainDocumentTimings and contains blocked, dns, connect, send, wait, receive, ssl as long as you get a HAR file from the browser.
1387
1403
 
1388
1404
  * Show Browsertime version in runtime settings [#3575](https://github.com/sitespeedio/sitespeed.io/pull/3575).
1389
1405
 
@@ -1391,7 +1407,7 @@ In debug mode, the browser will pause after each iteration.
1391
1407
  * Updated Chromedriver dependency that fixes installation on Mac M1 and some send keys issues.
1392
1408
  ## 23.0.1 - 2022-02-21
1393
1409
  ### Fixed
1394
- * Bumped to Browsertime 15.0.1 to make sure connectivity is set only once. In last release it was set in the beginning of the test and for eacch iteration. In practice that doesn't matter but it's very confusing if you check the logs.
1410
+ * Bumped to Browsertime 15.0.1 to make sure connectivity is set only once. In last release it was set in the beginning of the test and for eacch iteration. In practice that doesn't matter but it's very confusing if you check the logs.
1395
1411
  ## 23.0.0 - 2022-02-21
1396
1412
 
1397
1413
  ### Breaking changes
@@ -1425,7 +1441,7 @@ In debug mode, the browser will pause after each iteration.
1425
1441
  * If you use the Lighthouse plugin there's breaking changes:
1426
1442
 
1427
1443
  In the new version we drop support for the following:
1428
- * Running multiple runs with Lighthouse.
1444
+ * Running multiple runs with Lighthouse.
1429
1445
  * Using scripts to login the user (or whatever you need before you run your tests)
1430
1446
  It's a couple of reasons why I remove those features:
1431
1447
  * I been looking for a maintainer of the Lighthouse plugin for +1 year and I haven't found one. For me to be able to maintain it I want the plugin to be as simple as possible.
@@ -1436,7 +1452,7 @@ With the new release we also break how you configure Lighthouse. People has had
1436
1452
  - By configuration JSON file. `--lighthouse.config config.js`
1437
1453
  - By Lightouse flags file. `--lighthouse.flags flag.json`
1438
1454
 
1439
- If you don't need to configure Lightouse you can use the default settings both for desktop and mobile. If you run without any settings, the plugin will use desktop settings. If you run with `--mobile`, `--android` or `--ios` the mobile settings will be used.
1455
+ If you don't need to configure Lightouse you can use the default settings both for desktop and mobile. If you run without any settings, the plugin will use desktop settings. If you run with `--mobile`, `--android` or `--ios` the mobile settings will be used.
1440
1456
 
1441
1457
  ### Added
1442
1458
  * Build Docker containers for both amd64 and arm64 to make containers work on Mac M1. The arm container contains Firefox and Chromium. Thank you [whichfinder](https://github.com/whichfinder) and [Radu Micu](https://github.com/radum) for the help! Fixed in PR [#3554](https://github.com/sitespeedio/sitespeed.io/pull/3554).
@@ -1467,7 +1483,7 @@ If you don't need to configure Lightouse you can use the default settings both f
1467
1483
  ### Added
1468
1484
  * Updated to a new build of WebPageReplay in the Docker container
1469
1485
  * Updated the Ubuntu base image to latest version and latest NodeJS in the Docketr container.
1470
- * Upgraded Browsertime [#3528](https://github.com/sitespeedio/sitespeed.io/pull/3528):
1486
+ * Upgraded Browsertime [#3528](https://github.com/sitespeedio/sitespeed.io/pull/3528):
1471
1487
  * Add support for Humble as connectivity engine for mobile phone testing. Make sure to setup Humble on a Raspberry Pi 4 and the choose engine with --connectivity.engine humble and set the URL to your instance --connectivity.humble.url http://raspberrypi.local:3000. Added in #1691.
1472
1488
  * Upgraded to Chrome 97 and Edge 97 in the Docker container.
1473
1489
  * Upgraded to Chromedriver 97.
@@ -1482,7 +1498,7 @@ If you don't need to configure Lightouse you can use the default settings both f
1482
1498
  ## 21.2.2 - 2021-12-23
1483
1499
  ### Fixed
1484
1500
  * Fix the error introduced in 21.2.0 for "Include page summary URL in the result JSON"
1485
- [#3525](https://github.com/sitespeedio/sitespeed.io/pull/3525).
1501
+ [#3525](https://github.com/sitespeedio/sitespeed.io/pull/3525).
1486
1502
 
1487
1503
  ## 21.2.1 - 2021-12-22
1488
1504
  ### Fixed
@@ -1525,7 +1541,7 @@ If you don't need to configure Lightouse you can use the default settings both f
1525
1541
  * Removed mentions aboout server push [#69](https://github.com/sitespeedio/coach-core/pull/69)
1526
1542
  * Added more information on how to debug CPU advice [#71](https://github.com/sitespeedio/coach-core/pull/71).
1527
1543
 
1528
- * Updated to sustainable plugin core code to [co2 0.8.0](https://github.com/thegreenwebfoundation/co2.js/blob/main/CHANGELOG.md#080---2021-11-28). This include a biug fix to the 1byte model that will lower your co2 score [#3519](https://github.com/sitespeedio/sitespeed.io/pull/3519).
1544
+ * Updated to sustainable plugin core code to [co2 0.8.0](https://github.com/thegreenwebfoundation/co2.js/blob/main/CHANGELOG.md#080---2021-11-28). This include a biug fix to the 1byte model that will lower your co2 score [#3519](https://github.com/sitespeedio/sitespeed.io/pull/3519).
1529
1545
 
1530
1546
  ### Added
1531
1547
  * Updated to [Browsertime 14.12.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14120---2021-11-30) that fixes the [FF 94 HAR issue](https://github.com/sitespeedio/browsertime/issues/1671).
@@ -1588,7 +1604,7 @@ Note: Do your test fails with Firefox 94? See [Browsertime #1671](https://github
1588
1604
  * Add support for using cookies when crawling, thank you [dammg](https://github.com/dammg) for PR [#3472](https://github.com/sitespeedio/sitespeed.io/pull/3472).
1589
1605
  * [Browsertime 14.6.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1460---2021-10-13).
1590
1606
  * [Use alias in your budget file](https://www.sitespeed.io/documentation/sitespeed.io/performance-budget/#override-per-url-or-alias) [#3479](https://github.com/sitespeedio/sitespeed.io/pull/3479).
1591
- * Support for using [User Timing API marks/measures in the budget file](https://www.sitespeed.io/documentation/sitespeed.io/performance-budget/#user-timing-api-metrics) [#3482](https://github.com/sitespeedio/sitespeed.io/pull/3482) and [#3483](https://github.com/sitespeedio/sitespeed.io/pull/3483).
1607
+ * Support for using [User Timing API marks/measures in the budget file](https://www.sitespeed.io/documentation/sitespeed.io/performance-budget/#user-timing-api-metrics) [#3482](https://github.com/sitespeedio/sitespeed.io/pull/3482) and [#3483](https://github.com/sitespeedio/sitespeed.io/pull/3483).
1592
1608
  * Support for [using custom metrics from scripting in your budget](https://www.sitespeed.io/documentation/sitespeed.io/performance-budget/#metrics-from-scripting) [#3484](https://github.com/sitespeedio/sitespeed.io/pull/3484) and [#3486](https://github.com/sitespeedio/sitespeed.io/pull/3486).
1593
1609
 
1594
1610
  ### Fixed
@@ -1599,7 +1615,7 @@ Note: Do your test fails with Firefox 94? See [Browsertime #1671](https://github
1599
1615
  * Use Firefox 93 in the Docker and the Docker slim container [#3471](https://github.com/sitespeedio/sitespeed.io/pull/3471).
1600
1616
  ## 20.0.0 - 2021-09-30
1601
1617
 
1602
- Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1618
+ Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1603
1619
  ### Breaking changes
1604
1620
  * Before you update to the new version: If you save your metrics to Graphite, have you upgraded those metrics to the new format as introduced in sitespeed.io the **15/4-2021**? If not, please follow the [guide](https://www.sitespeed.io/documentation/sitespeed.io/graphite/#upgrade-to-use-the-test-slug-in-the-namespace) in the documentation. If you haven't done that and still upgrade to sitespeed.io 20 you need to make sure you add `--graphite.addSlugToKey false` to your test else the metrics will be reported under a new key structure. The change was done in [#3434](https://github.com/sitespeedio/sitespeed.io/pull/3434).
1605
1621
  * Set [throttle](https://github.com/sitespeedio/throttle) as default connectivity engine if you use Mac or Linux [#3433](https://github.com/sitespeedio/sitespeed.io/pull/3433). This makes it much easier to enable throttling. Our Docker container is not affected by this change.
@@ -1644,7 +1660,7 @@ Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1644
1660
  * Upgraded to [Browsertime 14.0.3](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1403---2021-08-31).
1645
1661
  ## 19.2.0 - 2021-08-27
1646
1662
  ### Added
1647
- * Upgraded to AXE core 4.3.2 [#3441](https://github.com/sitespeedio/sitespeed.io/pull/3441).
1663
+ * Upgraded to AXE core 4.3.2 [#3441](https://github.com/sitespeedio/sitespeed.io/pull/3441).
1648
1664
  * Added stddev/median/mean to the metrics side by side page [#3443](https://github.com/sitespeedio/sitespeed.io/pull/3443).
1649
1665
  * Added a generic text that we miss out of many metrics for Safari at the moment [#3442](https://github.com/sitespeedio/sitespeed.io/pull/3442).
1650
1666
  * Add option to add friendly name to junit test cases. Use `--budget.friendlyName` to set that. Thank you [Vishal](https://github.com/vishallanke) for the request. Done in PR [#3448](https://github.com/sitespeedio/sitespeed.io/pull/3448).
@@ -1665,7 +1681,7 @@ Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1665
1681
 
1666
1682
  ### Added
1667
1683
  * Updated to Edge 92 and Edgedriver 92 in the Docker container.
1668
- * Updated to Firefox 92 beta in the Docker container to fix the [devtools slowness bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1712983) that was inroduced in Firefox 90.
1684
+ * Updated to Firefox 92 beta in the Docker container to fix the [devtools slowness bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1712983) that was inroduced in Firefox 90.
1669
1685
 
1670
1686
  ## 18.0.1 - 2021-07-29
1671
1687
  ### Fixed
@@ -1709,7 +1725,7 @@ Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1709
1725
  * Keep selected tab open across runs. Thank you [Tanishq](https://github.com/amtanq) for PR [#3409](https://github.com/sitespeedio/sitespeed.io/pull/3409).
1710
1726
  * Update Docker container to use NodeJS 14.7.1.
1711
1727
  * Upgraded to [Browsertime 12.9.3](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1293---2021-06-24).
1712
- * Updated [Coach-core](https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#641---2021-06-23): Use all headers for Wappalyzer (before only the main document was used)
1728
+ * Updated [Coach-core](https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#641---2021-06-23): Use all headers for Wappalyzer (before only the main document was used)
1713
1729
 
1714
1730
  ## 17.8.1 - 2021-06-10
1715
1731
  ### Fixed
@@ -1720,7 +1736,7 @@ Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1720
1736
  ### Added
1721
1737
  * New [Browsertime 12.9.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1290---2021-06-04) that updates Cumulative Layout Shift to the [new defintion](https://web.dev/evolving-cls/).
1722
1738
 
1723
- ### Fixed
1739
+ ### Fixed
1724
1740
  * Guard if you try to run Safari simulator in Docker [#3405](https://github.com/sitespeedio/sitespeed.io/pull/3405)
1725
1741
 
1726
1742
  ## 17.7.0 - 2021-06-03
@@ -1739,7 +1755,7 @@ Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1739
1755
 
1740
1756
  ## 17.6.0 - 3
1741
1757
 
1742
- ### Added
1758
+ ### Added
1743
1759
  * Updated to [Browsertime 12.7.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1270---2021-05-26) that fixes the problem with the broken CPU throttling in Chrome.
1744
1760
  * Chrome and Chromedriver 91. Edge 90 (Eddge 91 coming later this week) in the Docker container
1745
1761
 
@@ -1751,7 +1767,7 @@ Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1751
1767
  * Updated dashboards to in the Docker setup.
1752
1768
 
1753
1769
  ### Fixed
1754
- * New Browsertime [12.6.1](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1261---2021-05-21) that fixes a bug when you use a equals sign in the value field in a cookie.
1770
+ * New Browsertime [12.6.1](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1261---2021-05-21) that fixes a bug when you use a equals sign in the value field in a cookie.
1755
1771
  * Updated dependencies with install warnings [#3387](https://github.com/sitespeedio/sitespeed.io/pull/3387),
1756
1772
 
1757
1773
  ## 17.4.0 - 2021-05-14
@@ -1777,7 +1793,7 @@ Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1777
1793
  * [Fix test running without connectivity settings](https://github.com/sitespeedio/sitespeed.io/commit/3ac3c2ab6885689b6689c6f2974ae7c256be9faf).
1778
1794
 
1779
1795
  ## 17.2.0 - 2021-04-27
1780
- ### Added
1796
+ ### Added
1781
1797
  * Show runtime settings in the HTML [#3359](https://github.com/sitespeedio/sitespeed.io/pull/3359). This makes it easier to see what settings are used. We gonna iterate and add more settings later.
1782
1798
 
1783
1799
  * Upgraded to [Browsertime 12.2.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1220---2021-04-27).
@@ -1792,13 +1808,13 @@ Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1792
1808
  ## 17.0.1 - 2021-04-17
1793
1809
  ### Fixed
1794
1810
  * Updated Browsertime to 12.0.1 that fixes the problem with Chrome/Chromedriver 90 that introduced longer time to close the browser than earlier versions, so when trying the next run, the previous browser is not closed, fixed by adding a 2 second sleep time when closing the browser.
1795
- ## 17.0.0 - 2021-04-15
1811
+ ## 17.0.0 - 2021-04-15
1796
1812
  Woohoo we shipped 17.0.0! There are many changes and you should read through the full changelog and focus on the new best practise section and breaking changes.
1797
1813
  ### New best practices
1798
1814
  One of the new things in 17 is the support for one extra key in Graphite: the name of the test. Set a computer friendly name of your test by using `--slug`. Then use the slug in the graphite key by adding `--graphite.addSlugToKey` to your run. When you do that change, should also convert your graphite data and your dashboards. The plan is like this:
1799
1815
  * In April 2021 you can convert your data and use the slug. You need to add `--graphite.addSlugToKey true` else you will get a log warning that you miss the slug for your test. All default dashboards in sitespeed.io will use the slug, so to use them you should add that new key and convert your data.
1800
1816
  * In September 2021 `--graphite.addSlugToKey true` will be set to default, meaning if you haven't upgraded your Graphite data yet, you need to set `--graphite.addSlugToKey false` to be able to run as before.
1801
- * In November 2021 the CLI functionality will disappear and you need upgrade your Graphite metrics when you upgrade sitespeed.io.
1817
+ * In November 2021 the CLI functionality will disappear and you need upgrade your Graphite metrics when you upgrade sitespeed.io.
1802
1818
 
1803
1819
  You can read how to upgrade in the [documentation](https://www.sitespeed.io/documentation/sitespeed.io/graphite/#upgrade-to-use-the-test-slug-in-the-namespace).
1804
1820
 
@@ -1840,9 +1856,9 @@ Lets continue with all the changes.
1840
1856
  * New metrics: Delta between TTFB and First Contentful Paint, Largest Contentful paint and First visual change [#1528](https://github.com/sitespeedio/browsertime/pull/1528). You can use this if you have unstable TTFB and want to alert on front end metrics. Lets see when other also implement this :)
1841
1857
  * Made it easier for people to get Google Web Vitals. We copy that data under the googleWebVitals namespace in the result JSON [#1521](https://github.com/sitespeedio/browsertime/pull/1521).
1842
1858
  * Added TTFB as a single metric [#1522](https://github.com/sitespeedio/browsertime/pull/1522).
1843
- * New stop watch command [#1512](https://github.com/sitespeedio/browsertime/pull/1512). Measure time by:
1844
- ```const timer = commands.stopWatch.get('my_timer');
1845
- timer.start();
1859
+ * New stop watch command [#1512](https://github.com/sitespeedio/browsertime/pull/1512). Measure time by:
1860
+ ```const timer = commands.stopWatch.get('my_timer');
1861
+ timer.start();
1846
1862
  // Do something
1847
1863
  // Stop the timer and add the result to the last tested URL
1848
1864
  timer.stopAndAdd();
@@ -1954,9 +1970,9 @@ There's a couple of new functionality that will have documentation in a week or
1954
1970
  * New plugin to copy screenshots [#3243](https://github.com/sitespeedio/sitespeed.io/pull/3243) and videos [#3248](https://github.com/sitespeedio/sitespeed.io/pull/3248) as latest for that run.
1955
1971
  * Upload latest screenshots/videos to S3 [#3246](https://github.com/sitespeedio/sitespeed.io/pull/3246).
1956
1972
  ### Fixed
1957
- * The HTML links to pages when using alias in a text file was broken as reported in [#3244](https://github.com/sitespeedio/sitespeed.io/issues/3244), fixed in PR [#3245](https://github.com/sitespeedio/sitespeed.io/pull/3245).
1973
+ * The HTML links to pages when using alias in a text file was broken as reported in [#3244](https://github.com/sitespeedio/sitespeed.io/issues/3244), fixed in PR [#3245](https://github.com/sitespeedio/sitespeed.io/pull/3245).
1958
1974
  ## 16.2.1 - 2021-01-06
1959
- ### Fixed
1975
+ ### Fixed
1960
1976
  * The new `--graphite.annotationRetentionMinutes` formatted the annotation date wrong, fixed in [#3238](https://github.com/sitespeedio/sitespeed.io/pull/3238).
1961
1977
  ## 16.2.0 - 2021-01-06
1962
1978
  ### Fixed
@@ -2011,7 +2027,7 @@ There's a couple of new functionality that will have documentation in a week or
2011
2027
  * Fully use the third-party-web to know about third parties instead of home grown solution.
2012
2028
  * Testing for JQuery removed the $ reference on the page [#22](https://github.com/sitespeedio/coach-core/pull/22).
2013
2029
  * Updated to [Browsertime 11](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1100---2020-12-18):
2014
- * Record and keep the browser full screen (including URL bar) [#1435](https://github.com/sitespeedio/browsertime/pull/1435). All metrics should stay the same with this change but the video and the code will be easier :) When we implemented video a long time ago we wanted to cut out the URL bar but it made it harder to keep the video to look ok on different OS.
2030
+ * Record and keep the browser full screen (including URL bar) [#1435](https://github.com/sitespeedio/browsertime/pull/1435). All metrics should stay the same with this change but the video and the code will be easier :) When we implemented video a long time ago we wanted to cut out the URL bar but it made it harder to keep the video to look ok on different OS.
2015
2031
  * Say goodbye to RUM Speed Index [#1439](https://github.com/sitespeedio/browsertime/pull/1439).
2016
2032
  * Domain name on disk now uses underscore instead of dots in the name [#1445](https://github.com/sitespeedio/browsertime/pull/1445).
2017
2033
  * Click the Android power button at the start of each test (instead of the home button [#1447](https://github.com/sitespeedio/browsertime/pull/1447).
@@ -2043,11 +2059,11 @@ There's a couple of new functionality that will have documentation in a week or
2043
2059
  * Added latest Browsertime [10.9.0](https://github.com/sitespeedio/browsertime/releases/tag/v10.9.0) with fixes for Firefox.
2044
2060
 
2045
2061
  ## 15.8.0 - 2020-11-17
2046
- ### Added
2062
+ ### Added
2047
2063
  * Updated to Firefox 83 in the Docker container.
2048
2064
  ## 15.7.4 - 2020-11-16
2049
2065
  ### Fixed
2050
- * Upgraded Browsertime that reverted Geckodriver to 0.27.0 since there are problems starting Firefox on Android using 0.28.0.
2066
+ * Upgraded Browsertime that reverted Geckodriver to 0.27.0 since there are problems starting Firefox on Android using 0.28.0.
2051
2067
  ## 15.7.3 - 2020-11-11
2052
2068
  ### Fixed
2053
2069
  * Upgraded to Browsertime 10.6.5 with a new version of Geckodriver for Firefox.
@@ -2092,9 +2108,9 @@ There's a couple of new functionality that will have documentation in a week or
2092
2108
  ### Fixed
2093
2109
  * Updated to Browsertime 10.6.1.
2094
2110
  * Fixed dependencies with security audits that could be automatically fixed.
2095
-
2111
+
2096
2112
  ## 15.6.0 - 2020-10-20
2097
- ### Added
2113
+ ### Added
2098
2114
  * Updated to Firefox 82 in the Docker container.
2099
2115
  * Updated to [Browsertime 10.6.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1060---2020-10-20).
2100
2116
 
@@ -2147,7 +2163,7 @@ The new sitespeed.io 15.0 uses the brand new Browsertime 10! Browsertime mainly
2147
2163
 
2148
2164
  ## 14.4.0 - 2020-08-27
2149
2165
  ### Added
2150
- * Updated the Docker container to use Chrome 85 and Firefox 80. Updated the slim container to use Firefox 80.
2166
+ * Updated the Docker container to use Chrome 85 and Firefox 80. Updated the slim container to use Firefox 80.
2151
2167
  * Updated to Browsertime 9.4.0 that includes Chromedriver 85.
2152
2168
 
2153
2169
  ### Fixed
@@ -2155,7 +2171,7 @@ The new sitespeed.io 15.0 uses the brand new Browsertime 10! Browsertime mainly
2155
2171
 
2156
2172
  ## 14.3.2 - 2020-08-24
2157
2173
  ### Fixed
2158
- * Upgraded to [Browsertime 9.3.1](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#931---2020-08-24) that fixes a bug so that correct mobile emulation settings is set on Chrome, updated Throttle to 2.0.1 and update a couple of other packages.
2174
+ * Upgraded to [Browsertime 9.3.1](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#931---2020-08-24) that fixes a bug so that correct mobile emulation settings is set on Chrome, updated Throttle to 2.0.1 and update a couple of other packages.
2159
2175
 
2160
2176
  ## 14.3.1 - 2020-08-24
2161
2177
  ### Fixed
@@ -2210,10 +2226,10 @@ There are five important new things in the new release:
2210
2226
  ### Breaking changes
2211
2227
  * If you use the JSON directly from Browsertime, the screenshot data is now an array instead of a string since you can have multiple screenshots in one run. If you use sitespeed.io directly you will not be affected by the change.
2212
2228
 
2213
- * The experimental flag for perIteration metric for Graphite [#3069](https://github.com/sitespeedio/sitespeed.io/pull/3069) has been removed. If you want to send per iteration data to Graphite use ```--graphite.perIteration```.
2229
+ * The experimental flag for perIteration metric for Graphite [#3069](https://github.com/sitespeedio/sitespeed.io/pull/3069) has been removed. If you want to send per iteration data to Graphite use ```--graphite.perIteration```.
2214
2230
 
2215
2231
  ### Added
2216
- * All dashboards for Graphite has been updated to use Grafana 7.0.0 with a new look and feel.
2232
+ * All dashboards for Graphite has been updated to use Grafana 7.0.0 with a new look and feel.
2217
2233
  * Show all screenshots for a run in a tab [#3045](https://github.com/sitespeedio/sitespeed.io/pull/3045).
2218
2234
  * Updated to [Browsertime 9.0.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#900----2020-06-26).
2219
2235
  * There's a Chrome User Experience Report plugin bundled in sitespeed.io! Get the CrUx data using ```--crux.key``` and get your key from Google.
@@ -2246,7 +2262,7 @@ There are five important new things in the new release:
2246
2262
 
2247
2263
  ## 13.1.1 - 2020-05-29
2248
2264
  ### Fixed
2249
- * Exit with sitespeed.io exit code when you run WebPageReplay in the Docker container [#3017](https://github.com/sitespeedio/sitespeed.io/pull/3017).
2265
+ * Exit with sitespeed.io exit code when you run WebPageReplay in the Docker container [#3017](https://github.com/sitespeedio/sitespeed.io/pull/3017).
2250
2266
 
2251
2267
  ## 13.1.0 - 2020-05-28
2252
2268
  ### Added
@@ -2279,7 +2295,7 @@ There are five important new things in the new release:
2279
2295
  * Better guards for missing WebPageTest first view data [#3002](https://github.com/sitespeedio/sitespeed.io/pull/3002)
2280
2296
  * If you used the old budget format, limits and values wasn't written in the HTML and in the log [#3009](https://github.com/sitespeedio/sitespeed.io/pull/3009).
2281
2297
 
2282
- ### Tech
2298
+ ### Tech
2283
2299
  * Continous work to move out CLI options to respective plugin by [Erick Wilder](https://github.com/erickwilder), thank you!
2284
2300
 
2285
2301
  ## 12.11.0 - 2020-05-16
@@ -2380,7 +2396,7 @@ Some time ago we got [a tweet](https://twitter.com/robnavrey/status/125806312524
2380
2396
  * Send load time for LCP to Graphite/Influx so you can choose between render/start time and use max value in the HTML [#2940](https://github.com/sitespeedio/sitespeed.io/pull/2940).
2381
2397
 
2382
2398
  ## 12.2.3 - 2020-03-20
2383
- ### Fixed
2399
+ ### Fixed
2384
2400
  * Remove videoRecordingStart from the summary [#2935](https://github.com/sitespeedio/sitespeed.io/pull/2935).
2385
2401
  * Show CPU geckorprofile link only when you run Firefox [#2931](https://github.com/sitespeedio/sitespeed.io/pull/2931).
2386
2402
  * Upgraded to [Browsertime 8.3.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#830---2020-03-20).
@@ -2506,7 +2522,7 @@ Read about Browsertime 8.0 and sitespeed.io 12.0 in [the blog post](https://www.
2506
2522
  * Collect number of DOM elements as a part of the page info for each run [#1000](https://github.com/sitespeedio/browsertime/pull/1000).
2507
2523
  * Configure how often to check for the pageCompleteCheck. Default is every 200 ms, and it happens after the load event end (using the default pageLoadStrategy). Set it with `--browsertime.pageCompleteCheckPollTimeout`(value in ms) [#998](https://github.com/sitespeedio/browsertime/pull/998).
2508
2524
  * Added missing pageLoadStrategy option in the CLI. The option worked but no visible cli help for it [#1001](https://github.com/sitespeedio/browsertime/pull/1001).
2509
- * Do not load the Browsertime WebExtention for Chrome (it is not used anymore) and make it possible for Firefox to disable to use it with `--browsertime.firefox.disableBrowsertimeExtension`.
2525
+ * Do not load the Browsertime WebExtention for Chrome (it is not used anymore) and make it possible for Firefox to disable to use it with `--browsertime.firefox.disableBrowsertimeExtension`.
2510
2526
  * Added configurable settle time for the browser to rest after the browser is open and before the tests starts to run. Use `--browsertime.timeToSettle` in ms [#1003](https://github.com/sitespeedio/browsertime/pull/1003).
2511
2527
  * Calculate FID instead of just report it [#1005](https://github.com/sitespeedio/browsertime/pull/1005)
2512
2528
  * You can now run ADB shell directly from your user script [#1007](https://github.com/sitespeedio/browsertime/pull/1007). Use `commands.android.shell('')`.
@@ -2528,7 +2544,7 @@ Read about Browsertime 8.0 and sitespeed.io 12.0 in [the blog post](https://www.
2528
2544
  ## 11.3.0 - 2019-11-22
2529
2545
  ### Added
2530
2546
  * Added the sitespeed.io version and browser version in the title of the annotation tag of Graphite and Grafana [#2791](https://github.com/sitespeedio/sitespeed.io/pull/2791), [#2792](https://github.com/sitespeedio/sitespeed.io/pull/2792) and [#2793](https://github.com/sitespeedio/sitespeed.io/pull/2793).
2531
- * Updated to Browsertime 7.2.2:
2547
+ * Updated to Browsertime 7.2.2:
2532
2548
  * There was a bug introduced in 7.0.0 that made navigation fail on Safari [#997](https://github.com/sitespeedio/browsertime/pull/997).
2533
2549
  * Get phone and Android version from the phone [#991](https://github.com/sitespeedio/browsertime/pull/991).
2534
2550
  * Take care of the case when a page overwrites the document.URL [#992](https://github.com/sitespeedio/browsertime/pull/992).
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM sitespeedio/webbrowsers:chrome-137.0-firefox-139.0-edge-137.0
1
+ FROM sitespeedio/webbrowsers:chrome-138.0-firefox-140.0-edge-138.0
2
2
 
3
3
  ARG TARGETPLATFORM=linux/amd64
4
4
 
@@ -29,7 +29,7 @@ WORKDIR /usr/src/app
29
29
  COPY package.json /usr/src/app/
30
30
  COPY npm-shrinkwrap.json /usr/src/app/
31
31
  COPY tools/postinstall.js /usr/src/app/tools/postinstall.js
32
- RUN npm install --production && npm cache clean --force
32
+ RUN npm install --production && npm cache clean --force
33
33
 
34
34
  COPY ./bin/ /usr/src/app/bin/
35
35
  COPY ./lib/ /usr/src/app/lib/