Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Artillery v2.0.23 source code.tar.gz | 2025-05-09 | 27.6 MB | |
Artillery v2.0.23 source code.zip | 2025-05-09 | 28.0 MB | |
README.md | 2025-05-09 | 2.8 kB | |
Totals: 3 Items | 55.6 MB | 3 |
What's Changed
Playwright
- Upgrade to Playwright v1.52.0 (#3523)
- Increase
maxConcurrentRecordings
from 3 to 5 to increase the probability of capturing traces for failed VUs (#3533) - Increase upload timeout for traces to help make sure large trace recordings are uploaded to Artillery Cloud (#3533)
Azure ACI
- Client ID and client secret must be provided via
AZURE_CLIENT_ID
andAZURE_CLIENT_SECRET
environment variables rather than CLI flags. This brings Artillery CLI in line with Azure SDK'sDefaultAzureCredential
credential chain. (#3525) - Add support for overriding worker startup timeout via
WORKER_WAIT_TIMEOUT_SEC
environment variable (#3527) - Fix issue that caused tests comprised of a single TypeScript file to fail to run (#3528)
AWS Fargate
- Add more supported regions:
us-gov-east-1
&us-gov-east-2
(AWS GovCloud),il-central-1
(Israel),cn-north-1
&cn-northwest-1
(China) (#3522) - Add support for overriding worker startup timeout via
WORKER_WAIT_TIMEOUT_SEC
environment variable (#3527) - Fix issue with
--task-role-name
flag not being taken into account (#3469) - Fix issue that caused tests comprised of a single TypeScript file to fail to run (#3528)
- Fix issue that could lead to metric reports from workers to be processed with a lag in large tests (#3472)
Other improvements & fixes
- Improve layout of Slack test summaries posted by the
slack
plugin (#3499) - Fix issue in tests written in TypeScript that led to the generated load being higher than expected (#3495)
New Contributors
- @aryasaatvik made their first contribution in https://github.com/artilleryio/artillery/pull/3469
- @manfromanotherland made their first contribution in https://github.com/artilleryio/artillery/pull/3499