This repository is a wrapper around artillery
- NVM
- Node v18
- Install
nvm - Switch to Node v18 with
nvm use - Install artillery with
npm install -g artillery - Install dependencies with
npm i - Update
config.ymlas needed - Run tests with
SECRET="change me" npm run test:local