Skip to content

JacobGrm/supertest-api-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

supertest-api-tests

automation created with supertest

Install Mocha with npm

npm install -g mocha

This will install Mocha globally.

Install Chai with npm

npm install chai

Install SuperTest with npm

npm install supertest

Install Express with npm

npm install express

Install Body-Parser with npm

npm install body-parser

To run: from command line mocha

supertest-api-tests

About

testing REST API with supertest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors