svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 326 forks source link

Custom Output in Benchmark results #293

Open muralikanagala opened 5 years ago

muralikanagala commented 5 years ago

Hi there - I am using pyresttest to hit a bunch of urls and collecting the response time metrics which is working great. In case of failed or slow response I would like to fetch some fields from the json output of the api call. Is there a way to output a custom key value pair along with the benchmark results?

yxh123 commented 5 years ago

您好 我用Windows 使用时 遇到了Curl Exception: (60, 'SSL certificate problem: unable to get local issuer certificate') 这个证书的问题怎么解决啊