v33.0.0
Announcement: In the next major release we will remove all support for WebPageTest. If you still plan to use WebPageTest you can probaly still use the plugin for a while if your WebPageTest installation works.
Breaking
This is a breaking change if you use the compare plugin and do not set an id (--compare.id
) for your test.
- If you auto generate the id for your compare test, this PR add browser, connectivity name and slug to the file name where the compare metrics is stored #4083.
Added
- Updated to Browsertime 21.2.0 that adds a new way to stop your measureemnts if your navigation fails
measure.stopAsError(failureMessage, optionalURL)
. Perfect to use in a try/catch. - Use darkmode for result HTML by adding
--html.darkMode
, thank you petemyron for PR #4081.
Fixed
- Update co2.js to 0.14.2 #4074
- More solid error handling if one page fail in scripting. This fixes so that the HTML for the rest of pages should be generated #4079.
- Remove console.errors of errors (they have already been reported in the log) #4080.
- Fix automatically switch to Throttle as engine on Mac and Linux if you add -c THROTTLING#4082.