Added
- Updated Browsertime to 16.9.0 with the following changes:
- New
wait.byCondition
command. Thank you Icecold777 for PR #1803. - Collect number of CPU longtasks before largest contentful paint #1806.
- 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.
- New