github artilleryio/artillery artillery-2.0.28
Artillery v2.0.28

6 hours ago

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 (#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-name flag 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

Don't miss a new artillery release

NewReleases is sending notifications on new releases.