Releases: sitespeedio/sitespeed.io
Releases · sitespeedio/sitespeed.io
v34.3.3
Fixed
- Updated to Browsertime 25.5.2 that has updated versions of Selenium WebDriver and correct export for scripting.
- API: Copy Browsertime setting from the option object to the API. There cases where you use a configuration file, override it with CLI parameters and the cli parameters didn't override the configuration file. That is fixed now for Browsertime configurations #4200.
v34.3.2
Fixed
- API: Remove extends from the configuration to make sure that testrunners ddo not try to extend configuration #4198.
v34.3.1
Fixed
- The docker hub has had some problem and started to publish old images (as new!). That broke our latest tag to include chrome/edge//firefox 111. This release auto publish the latest one again.
v34.3.0
v34.2.2
Fixed
- Make it possible to disable the API. In some cases where you extends another configuration file, you could end up in a API loop where the API calls the API #4191.
v34.2.1
v34.2.0
v34.1.2
Fixed
- Using
--preWarmServer
resulted in trying to use an Android phone to prewarm. Fixed in #4182.
v34.1.1
Fixed
- Enabling extra profile run/video run didn't stop the Browsertime engine in the correct place. PR #4179 fixes that.
v34.1.0
Added
- Add
--enableVideoRun
. You can use it together with--video false --visualMetrics true
to do one extra run where the video is kept. This is useful for tests against replay proxies #4177.