This uses
json-server
&faker
to create a poc server. It usesnewman
to test postman collection using cli. Load test is done usingasync
yarn install
yarn start
yarn test
yarn load-test // interactive
yarn load-test --concurrency 10 --iterationCount 10 --delayRequest 10 --exportReport json // non interactive