deuspaul / wizelineQAchallenge3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Create node project npm init -y

#Install dependencies npm i artillery

#Create a yml file performance.yml

#Adding a template using artillery plugin Artillery BasicConfig

#Adding api todoist

#Adding Headers Authorization and Content-type

#Execute test and generate JSON report export TOKEN="token" (Settings > Integrations > API token)

#Adding scenarios (using the plugin) CRUD

About


Languages

Language:HTML 98.4%Language:JavaScript 1.6%