collect: option for extensionless URLs
Author: fulldecentCreated Aug 20, 2025Updated Dec 9, 2025
In this configuration set for collect:
https://github.com/GoogleChrome/lighthouse-ci/blob/main/docs/configuration.md#collect
when working with static folder, please add an option (on by default?) so that a hyperlink to /file will properly load if /file.html exists.
Some people remove the .html part of their URLs to make them look cool and the collect script could please support that.
Test case:
Source: GoogleChrome/lighthouse-ci