Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 602 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 602 Bytes

This is a small project to demonstrate some uses of Artillery.io There are two scripts:

To run the scripts you first must install Artillery.io

npm install -g artillery@latest

Run an artillery scrip by using

artillery run artillery-pass.yml 

or 

artillery run artillery-pass.yml

You may need to change the target: "http://localhost:5215" in each script if you run the api on a different port.