Artillery CLI v2.0.28
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
Fixes & improvements
- Fix issue on Azure ACI where tests that track many distinct metrics could fail or report incomplete results
- Fix issue on AWS Fargate where
--scenario-nameflag was ignored, causing all scenarios to run instead of just the specified scenario - Upgrade to Playwright v1.57.0
- Routine dependency upgrades across all packages
Full release notes on GitHub: https://github.com/artilleryio/artillery/releases/tag/artillery-2.0.28