artillery

The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.

MPL-2.0 License

Downloads
473.9K
Stars
7.9K
Committers
148

Bot releases are hidden (Show)

artillery - Artillery 1.3.7

Published by hassy over 8 years ago

Changes

  • Support iterating through CSV payloads sequentially with payload.order attribute set to "sequence" .
artillery - Artillery 1.3.6

Published by hassy over 8 years ago

Changes

  • Add DEBUG=http:response option to print HTTP response headers & bodies to help debug
artillery - Artillery 1.3.5

Published by hassy over 8 years ago

Changes: 🎷

  • Artillery is now licensed under MPL v2 🎈
  • [HTTP] Support for parsing XML responses with XPath
  • [HTTP] Allow config.defaults.cookie
  • [HTTP] HTTP Basic Auth support
  • [HTTP] Fixes for loop
  • Latency stats can now be captured for every request
  • Miscellaneous tweaks
artillery - Artillery 1.3.3

Published by hassy over 8 years ago

Changes: 🎸

  • [HTTP] force new socket per virtual user / scenario for more realistic tests (@hassy)
  • [HTTP] PFX certificate support for HTTPS (@tomgco)
  • Improvements to artillery report output (@cejast, @sericaia)
  • [CLI] Support for configuring the CLI with ~/.artilleryrc (@xicombd)
  • [HTTP][WS] loop construct (@hassy) - docs
artillery - Minigun 1.3.0

Published by hassy almost 9 years ago

Changes:

  • weight support in scenario definitions
  • Support for pauses and ramps in phase definitions
  • Performance improvements (launching scenarios consistently)
  • Fix for Minigun crashing with large (10MB+) HTTP payloads
  • Various minor fixes
artillery - v1.2.9

Published by hassy almost 9 years ago

Changes since Minigun 1.2.8:

  • Scenarios can now be written as YAML in addition to JSON
  • minigun quick supports the -o option like minigun run
  • Inline dynamic values are support with config.variables
  • Improved HTTP error reporting