Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Artillery v2.0.19 source code.tar.gz | 2024-08-06 | 27.5 MB | |
Artillery v2.0.19 source code.zip | 2024-08-06 | 27.9 MB | |
README.md | 2024-08-06 | 769 Bytes | |
Totals: 3 Items | 55.4 MB | 0 |
CLI
- Fix bug preventing custom code using ES modules from loading on Windows (https://github.com/artilleryio/artillery/pull/2662)
- Prevent setting individual CSV rows in context when using loadAll (https://github.com/artilleryio/artillery/pull/3277)
Fargate
- Add ability to set DNS servers using the
--container-dns-servers
flag when running on ECS/EC2 (https://github.com/artilleryio/artillery/pull/3301) - Add ability to override the ephemeral storage amount for each task via the
--task-ephemeral-storage
flag (https://github.com/artilleryio/artillery/pull/3301)
Playwright
- Upgrade Playwright to v1.45.3 (https://github.com/artilleryio/artillery/pull/3294)
With contributions from @bernardobridge, @hassy and @thrandale