Skip to content

Md-Soliman-Ali/Axios-Api-Testing

Repository files navigation

API Testing with Axios Framework

Some VS Code User Shortcut

  • Shift+Alt+F (To indent user code)
  • Click to File -> Auto Save (For saving your code automatically)
  • Ctrl+/ (To comment Your Code)
  • Shift+Tab (To reverse Tab)

Install Following Package

npm init -y

npm i axios mocha chai shelljs fs faker mochawesome

How To Run

npm test file .\customers.test.js

How To Generate Report

npm run mochawesome file .\customers.test.js