Clone the repository
$ git clone https://github.com/hinhengchan/test-api.git
Install package
$ npm install
$ npm test
--endpoint: default as http://localhost:51544
$ npm --endpoint=http://localhost:51544 test
--retry: default as 3
$ npm --retry=3 test