Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Artillery v2.0.20 source code.tar.gz | 2024-08-21 | 27.5 MB | |
Artillery v2.0.20 source code.zip | 2024-08-21 | 27.9 MB | |
README.md | 2024-08-21 | 1.2 kB | |
Totals: 3 Items | 55.4 MB | 0 |
Core & CLI
- New: add ability to set a custom content type for
multipart/form-data
form fields (#3316) — docs - Fix: don't print an unnecessary warning when
loadAll
is not set by @hassy in (#3303) - Remove legacy Artillery Pro integration (#3320)
Artillery Cloud
- New: add
--name
option to set the name of the test to be shown in Artillery Cloud dashboard (#3317) — docs - Improve pre-flight checks when recording reports to Artillery Cloud to detect potential firewall/proxy issues (#3314)
- Fix: include organization IDs in the test report URLs
Azure
- Fix: bundle separate config files provided with
--config
option correctly (#3312) - Fix: bundle dotenv files provided with
--dotenv
correctly (#3313) - Fix: bundle custom
.npmrc
and other dotfiles correctly (#3312) - Improve error handling and reporting for container provisioning errors (#3313)
With contributions from @hassy & @RikdeVos