This commit is contained in:
soulgalore 2024-12-23 22:17:02 +01:00
parent c9926073ad
commit 87cc06e703
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
23.4.5
23.5.0

View File

@ -217,6 +217,7 @@ Options:
--preURL, --warmLoad A URL that will be accessed first by the browser before the URL that you wanna analyze. Use it to fill the browser cache.
--preURLDelay, --warmLoadDealy Delay between preURL and the URL you want to test (in milliseconds) [default: 1500]
--userTimingAllowList All userTimings are captured by default this option takes a regex that will allow which userTimings to capture in the results.
--userTimingBlockList All userTimings are captured by default this option takes a regex that will block some usertimings in the results.
--headless Run the browser in headless mode. Works for Firefox and Chrome. [boolean] [default: false]
--extension Path to a WebExtension to be installed in the browser. Note that --extension can be passed multiple times.
--cjs Load scripting files that ends with .js as common js. Default (false) loads files as esmodules. [boolean] [default: false]