Artillery
CLI

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 to false): Remove query strings from URLs
    • normalizeQueryString (defaults to true): Normalize query string values to reduce metric cardinality. Converts numeric values like /page?id=123 to /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-name flag 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