Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 341 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 341 Bytes

Mocha_Axios_API_Testing

Needed

  • Node js
  • VS code

How to run this project

  • Clone the repo
  • Open termianl in the root folder\
  • Give following commands:
npm init -y
npm test file ./User.test.js

For mochawesome report, give following commands:

npm i mochawesome
npm start file ./User.test.js