Skip to content

Use npm init api-testing-project to create new project with basic API testing structure

License

Notifications You must be signed in to change notification settings

Xotabu4/create-api-testing-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seed project for API tests

This project can be used to quickly prepare project for writting API tests.

Includes:

  • GotJS as HTTP client
  • TypeScript and ts-node for better working with request/response models and structures
  • Mocha 8 as a test runner
  • http-req-builder to simplify building requests.

Install

Make directory for your future project:

mkdir ./my-shiny-api-tests

Navigate into it

cd ./my-shiny-api-tests

Run (no installing needed!):

npm init api-testing-project

This will copy all project files into current directory. After done, run (to install your project deps):

npm install

Optionaly, test with:

npm test

About

Use npm init api-testing-project to create new project with basic API testing structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages