Artillery CLI v2.0.32
New features
Playwright
- Upgrade to Playwright v1.60.0
Fixes & improvements
Core
- Fix issue where
http.timeoutwas silently capped at 8 seconds for slow origins. Requests against backends that took more than 8 seconds to send the first response byte would fail withERR_SOCKET_TIMEOUTregardless of the configuredhttp.timeoutvalue. - Fix issue where Artillery commands could fail at startup with
MODULE_NOT_FOUNDerrors for@smithy/node-config-providerand@smithy/config-resolver.
AWS ECS/Fargate
- Fix issue where tests that depend on external npm modules could run with fewer VUs than configured due to undetected worker startup errors.
Artillery Cloud
- Fix regression where errors from trace upload requests were not surfaced in the CLI output.
- Improve reliability of sending metrics and events to Artillery Cloud.
Other improvements & fixes
- Improved dependency detection for tests that use external npm modules.
Dependencies
- Update OpenTelemetry exporter dependencies
- Various dependency upgrades
Full release notes on GitHub: https://github.com/artilleryio/artillery/releases/tag/artillery-2.0.32