Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 316 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 316 Bytes

Customer Onboarding Application (API automation using mocha & chai)

to install the application :

npm install && update

to run test

npm test

to show code coverage

npm run coverage

to open code coverage in browser

npm run showcoverage