Artillery Performance Testing repo for https://api.todoist.com/
- Nodejs installed
- Artillery installed
-
Clone repository using git bash to your desired location:
git clone https://github.com/rey-rios/todoist-perf.git
-
Open the cloned project using Visual Studio Code (VSCode)
-
In VSCode's terminal run the following command:
npm install
Execute below commands in VSCode's terminal to run all the Tasks tests:
export TOKEN="{your_todoist_token}"
*
npm run test
*Replace {your_todoist_token}
with a valid todoist-api Auth token.
HTML report will be published in below path:
results/report.html