Simply drag GoogleLighthouseReport/Report block to your application, pass it the URL you want to test and you're good to go.
Remember to set the height of the container element of this block.
You can configure the executed audits between 5 categories (Performance, Accessibility, Best Practices, SEO & PWA). The audit is executed from a US based test server.
. Updated to the latest OutSystems UI version
. Added comments for clarity
. Created two versions of the Lighthouse block:
> ReportNoException is the same lighthouse report block as before: it will display text "Error: Empty URL" if the url is empty when the block renders
> ReportWithException is a new version: it will not display anything if the url is empty, and it will raise an exception instead (GoogleLighthouseEmptyURLException)