lighthouse
Verified for current stable LTS
Lighthouse Command: Generate Html Report
Use for generate html report with Lighthouse. Exact CLI syntax to generate html report using Lighthouse.
When to use this: Use for generate html report with Lighthouse.
Command Syntax
lighthouse {https://example.com} lighthouse `{https://example.com`} Command Breakdown
lighthouse is the base executable for this command.
FAQ
Purpose: Exact syntax to generate html report using Lighthouse.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Lighthouse Command: Display Help
lighthouse --help Lighthouse Command: Generate Json Report Print lighthouse --output <json> {https://example.com} Lighthouse Command: Generate Json Report Save lighthouse --output <json> --output-path <path/to/file.json> {https://example.com} Lighthouse Command: Generate Report Headless Quiet lighthouse --quiet --chrome-flags="<--headless>" {https://example.com} Lighthouse Command: Generate Report No Emulation Throttling lighthouse --screenEmulation.disabled --throttling-method=<provided> --no-emulatedUserAgent {https://example.com}