aneilbaboo / replayer

Replay HTTP requests for testing Node.js / Javascript code
Apache License 2.0
33 stars 7 forks source link

Issue 22 - Add ability to ignore routes for replayer #25

Closed dominathan closed 4 years ago

dominathan commented 4 years ago

Passing in an options urlBlacklist: [/regex/] has replayer skip recording and go straight to the http/https module.

Updated Readme and added test

22