The dashboard now has a dedicated Test health page that surfaces your flakiest, slowest and most-failing tests at a glance.

Major features & improvements
- Test health page: We now have a Test health page that gives you some killer metrics on your test suite’s health! We think you’re going to love it, feedback very welcome.
- Scoped API key permissions: You can now create API keys with specific capabilities — creating suite runs, writing traces, or reading analytics — so CI tokens and integrations only get the access they need.
- Smoother CLI login:
endform loginnow uses a device authorization flow, giving you a cleaner and more secure sign-in from the terminal. Requires CLI 0.72.0 or later. - Multiple OTLP trace destinations: The
endform.config.tsfile now accepts anotlpEndpointsarray so you can export Playwright OpenTelemetry traces to several collectors at once, each with its own headers. Requires CLI 0.72.0 or later.
CLI version updates
Version 0.72.x
Upgrade to 0.72.0 or later to get:
- Device-based login:
endform loginuses an OAuth device authorization flow for a more secure terminal sign-in. - Multiple OTLP destinations: Configure an
otlpEndpointsarray (with per-destination headers) to fan out Playwright OpenTelemetry traces to more than one collector.