Skip to content

davidcornu/molasses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Molasses

Usage

$ npm install -g molasses
$ molasses
Usage: molasses --target [host]

Options:
  --port    Port to listen on                                [default: 3000]
  --delay   Number of milliseconds to delay the request      [default: 5000]
  --target  URL of the resource you would like to slow down  [required]

Missing required arguments: target
$ molasses --target http://127.0.0.1:5984 --port 5985 --delay 30000
Port 5985 is now slow as molasses.

About

Slow down your remote http calls to test failure scenarios.

Resources

Stars

Watchers

Forks

Packages

No packages published