Skip to content

choudharydk/rest_api_automation

Repository files navigation

backend api automation

#install visual studio code for writing codes (32bit for ubuntu)

#create a folder :

  • mkdir api_automation
  • cd api_automation

#install NodeJs in your system

git clone

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

Releases

No releases published

Packages

No packages published