Google’s Lighthouse v13.2.0, a minor update released on May 1, 2026, brings enhancements to performance and security auditing. This version is expected to ship with Chrome 150 DevTools and PageSpeed Insights within two weeks.
Key Changes
New Audits: Three new audits focus on WebMCP (Web Measurement and Control Protocol) integration:
webmcp-form-coverage: Checks for missing WebMCP tool annotations.webmcp-registered-tools: Lists registered WebMCP tools.webmcp-schema-validity: Validates WebMCP schema for potential issues.
Agentic Browsing & Accessibility: A new ‘Agentic Browsing’ category has been introduced. This category, designed for evaluating how AI agents interact with web content, now aggregates specific accessibility audits and includes new Axe audits. It also features a disclaimer in its description and a sample report.
Core Improvements:
- Performance: Implemented a UKM Invalidate fallback for Largest Contentful Paint (LCP), improving performance metric reliability.
- AI Agent Configuration: Updates to
llms.txtrefine validation logic and implement checks for AI agents, ensuring proper configuration. - Accessibility: Specific accessibility audits have been moved to the default configuration, ensuring broader coverage.
- Stability: Source map handling has been improved with a guard against out-of-bounds
sourceIndex.
For a full list of changes, refer to the official changelog.
Impact for QA Teams
QA engineers should integrate these updates into their testing strategies. The new WebMCP audits are crucial for validating specific web tool integrations. The ‘Agentic Browsing’ category requires attention for testing AI-driven user experiences and their accessibility, expanding the scope of performance testing. These additions provide more granular insights into web application quality. For more on optimizing web performance, see our article on Lighthouse performance testing.
