Skip to content

jaffamonkey/jest-superagent-node-api-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

supertest-jest

This is a framework with Supertest and Jest for testing Restful services

Prerequisites

npm install
npm install -g eslint
npm install -g eslint-plugin-jsdoc

Running the tests

npm run test

or

./node_modules/.bin/jest specs/

Reporting

A HTML report file is generated and stored in the "reports" folder

Built With

  • Superagent - The library used for HTTP calls
  • Jest - Runner and Assertions

About

Jest framework with Superagent, for API testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published