Analytics gets a new date range picker with quick presets and custom ranges, plus smarter column value suggestions that surface the most relevant matches from your selected time window. The CLI also picks up a handful of reliability fixes.
Major features & improvements
- Date range picker for analytics: The analytics dashboard now has a date picker with quick presets and custom start/end ranges, making it much faster to scope queries to exactly the window you care about.
- Smarter column value suggestions: Value suggestions in the query builder now come straight from your data for the selected time range, ordered by prefix match first and then by most recent use — so the values you’re most likely to want show up at the top.
- Hardened API key generation: API keys are now minted with a cryptographically secure random generator, and disabled user API keys are no longer accepted for authentication.
CLI version updates
Version 0.66.x
Upgrade to 0.66.1 or later to get:
- Queued attempts in run output: The linear progress output now shows how many attempts are queued alongside tests remaining, giving you clearer insight into run progress.
- Correct repository name from git worktrees: The CLI now reads the correct repository name when running from a git worktree, so runs are attributed to the right repo.
- Improved tsconfig resolution:
tsconfig.jsonextendsresolution now handles package-based configs more reliably during suite analysis. - More environment variables in setup scripts: Global setup and teardown subprocesses now receive the same additional environment variables that Playwright uses.