New features
- Add query string normalization to reduce the number of distinct metrics in Playwright tests. Two new configuration options are now available:
stripQueryString(defaults tofalse): Remove query strings from URLsnormalizeQueryString(defaults totrue): Normalize query string values to reduce metric cardinality. Converts numeric values like/page?id=123to/page?id=NUMBER(#3665)
Fixes & improvements
- Fix issue on Azure ACI where tests that track many distinct metrics could fail or report incomplete results (#3662)
- Fix issue on AWS Fargate where
--scenario-nameflag was ignored, causing all scenarios to run instead of just the specified scenario (#3669) - Upgrade to Playwright v1.57.0 (#3672)
- Routine dependency upgrades across all packages (#3675, #3609)
with contributions from @barth12 @JonathanSmithSkipton @manfromanotherland @hassy