Uses a sample API defined here:
- Run all commands below from the root directory of the project
- Install Node.js - (download)
- Install Artillery -
npm install -g artillery
- Install Artillery Expect Plugin -
npm install -g artillery-plugin-expect
- Install project dependencies -
npm install
- Open the terminal to the root directory of this project
- artillery run tests/filename
- artillery run --output .json tests/<test_fileName>.yml
- artillery report --output .html .json