Artillery v2.0.32
What's Changed
New features
Playwright
- Upgrade to Playwright v1.60.0 #3737
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. #3730 - Fix issue where Artillery commands could fail at startup with
MODULE_NOT_FOUNDerrors for@smithy/node-config-providerand@smithy/config-resolver. #3736 #3735
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. #3739
Artillery Cloud
- Fix regression where errors from trace upload requests were not surfaced in the CLI output. #3734
- Improve reliability of sending metrics and events to Artillery Cloud. #3731
Other improvements & fixes
- Improved dependency detection for tests that use external npm modules. #3728
Dependencies
- Update OpenTelemetry exporter dependencies #3740
- Various dependency upgrades
with contributions from @maikefischer