This application you can run on NODE JS
- Install Node JS
- Create directory your-jest-automation
mkdir my-test-project
- Install k6, k6-html-reporters
npm install k6 k6-html-reporter --save-dev
- Run Test
k6 run test test/endpointLoadTest.js
- NPM Install on terminal
- Corret k6 and k6-html-reporter after NPM Install has successfully install
- Create a Test file in the ./test folder
- Create a function if the request is always reused
- Don't display the credentials in the test file, save them in the configuration
- Don't push your project direct to master(production) but we have stage development --> master
- Show Reporting load test at folder report
- Don't forget to pull
Name - @Krizaldiw - muhkhalifrizaldiw@gmail.com