Artillery Installation
Step – 1
Artillery uses npm for installation, which means you must have Node.js installed.
https://nodejs.org/en/download
Step – 2
Install Artillery via NPM globally on your machine with below command.
1 |
npm install -g artillery@latest |
Step -3
Check whether Artillery is installed by running the command.
1 |
npx artillery dino |
Step – 4
Check Artillery Version
1 |
artillery version |
Now you are good to start using artillery.
If you have to install specific version use the command
1 |
npm install -g npm@10.4.0 |