k6 performance testing POC k6 instalation Setup git clone https://github.com/danrusu/k6.git cd k6 npm install Test execution npm test # OR k6 run -e environment=production -e username=tester -e password=passw0rd test/carsTest.js Reports Workflows VSCode Github Actions Plugin