Md-Soliman-Ali / Axios-Api-Testing

Simple API testing with mocha-chai and Axios

Home Page:https://github.com/Md-Soliman-Ali

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple API testing with mocha-chai and Axios

https://github.com/Md-Soliman-Ali


Languages

Language:HTML 67.7%Language:JavaScript 32.3%