Playwright
- Upgrade to Playwright v1.52.0 (#3523 )
- Increase
maxConcurrentRecordingsfrom 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_IDandAZURE_CLIENT_SECRETenvironment variables rather than CLI flags. This brings Artillery CLI in line with Azure SDK’sDefaultAzureCredentialcredential chain. (#3525 ) - Add support for overriding worker startup timeout via
WORKER_WAIT_TIMEOUT_SECenvironment 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_SECenvironment variable (#3527 ) - Fix issue with
--task-role-nameflag 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
Last updated on