Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 371 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 371 Bytes

test-api

Installation

Clone the repository

$ git clone https://github.com/hinhengchan/test-api.git

Install package

$ npm install

Run tests

$ npm test

Parameters

--endpoint: default as http://localhost:51544

$ npm --endpoint=http://localhost:51544 test

--retry: default as 3

$ npm --retry=3 test