This is a POC to demonstrate Performance testing using K6.io with the support of Grafana, docker & Influxdb. I will be using Tes.com to achieve this.
- clone the repo
npm install
oryarn install
- Installation k6
- Installation docker/docker-compose
Without docker, influxdb and grafana:
USER_EMAIL=[email] USER_PASSWORD=[password] npm run LoginTest
With docker, influxdb and grafana:
USER_EMAIL=[email] USER_PASSWORD=[password] npm run docker:LoginTest
- Javascript
- NPM
- K6
- Docker
- Grafana
- Influxdb