svanoort / pyresttest

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

support for better reporting in case of Test Automation #248

Open Raveesh opened 7 years ago

Raveesh commented 7 years ago

Hi, I am currently using your tool for automating our suite of rest APIs and I absolutely love it. I see a lot of effort spent in various metrics and benchmarks. To just push it a bit further, It would be great if we can add a User Interface as pluggable feature where we can see the test API, the json posted, the json received and the final result of how many test cases have passed. I prefer a command line mode myself, But when it comes to testing, a visual graph seems preferable. Is such a thing already possible. If not, are you guys planning anything on these lines ? Have any extensions already been written in this regard. ?

Thanks. P.S Keep up the good work