Artillery v2.0.15
bernardobridge
released this
10 Jun 17:43
·
111 commits
to main
since this release
AWS Lambda
- AWS Lambda support is now considered stable (#2815)
- Fix error happening when multiple Lambda tests were created in parallel for the first time (#2802)
- Remove
--container
flag (allrun-lambda
tests now run using Lambda Container Images) (#2816) - Exit with non-zero exit code when expectations fail in AWS Lambda workers (#2808)
AWS Fargate
- Prevent CLI hanging when workers are terminated early (e.g. due to early termination when running tests on Fargate Spot) #3190
- Exit with non-zero exit code when expectations fail in AWS Fargate workers (#2808)
Playwright
- Update Playwright version to 1.44.1 (#3189)
CLI
- Make HTTP tests take
strictCapture
option into account when set in defaults (#2795)
With contributions from: @bernardobridge @hassy