Skip to content

A light API load tester (single-threaded). Using postman collections and Newman.

Notifications You must be signed in to change notification settings

cscawley/api-load-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newman CLI

Newman is a command-line collection runner for Postman. It allows you to effortlessly run and test a Postman collection directly from the command-line. It is built with extensibility in mind so that you can easily integrate it with your continuous integration servers and build systems.

Getting Started

Install dependencies

npm install

Create run.json with a copy of your postman collection or use run.sample.json to get started.

Make sure you have at least 2GB of memory to dedicate to load testing.

npm start

If you increase the parallels, you'll need to allocate more memory to Node.

npm run 10gig

About

A light API load tester (single-threaded). Using postman collections and Newman.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published