YAML for Lighthouse
Run Google Lighthouse audits for performance, accessibility, best practices, and SEO.
YAML examples for Lighthouse
Lighthouse audit with thresholds
yaml- action: "Run Lighthouse audit" type: "LIGHTHOUSE" trigger_time: "ON_EVERY_EXECUTION" website: "https://example.com" device: "desktop" performance: 90 accessibility: 80 best_practices: 85 seo: 90