openservicebrokerapi / osb-checker

An automatic checker to verify an Open Service Broker API implementation against the specification
https://github.com/openservicebrokerapi/servicebroker/
Apache License 2.0
48 stars 40 forks source link

RFE: option to dump HTTP transcripts of tests #13

Open jim-minter opened 6 years ago

jim-minter commented 6 years ago

It'd be handy if osb-checker could optionally dump the HTTP request sent and response received - makes debugging test failures easier :)

leonwanghui commented 5 years ago

@norshtein @zhongyi-zhang Any solution for resolving this question?

zhongyi-zhang commented 5 years ago

I think we can have a try https://www.npmjs.com/package/request-debug.

zhongyi-zhang commented 5 years ago

But it is too old. Let's take a look at the first and the second option here: https://github.com/request/request#debugging.