Skip to content

Simple example of API Testing Framework using Javascript, Jest, Axios.

Notifications You must be signed in to change notification settings

vshkodin/javascript-jest-axios-example-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Simple example of API Testing Framework using Javascript, Jest, Axios.

Clone project:

git clone https://github.com/vsshk/javascript-jest-axios-example-simple.git
cd javascript-jest-axios-example-simple

Install Jest and Axios using yarn:

yarn add --dev jest
yarn add axios

Or npm:

npm install --save-dev jest
npm install axios

Finally, run

yarn test

or

npm run test
  • Please give a "star" if it helped you.

About

Simple example of API Testing Framework using Javascript, Jest, Axios.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published