reportportal/client-Python

How should I get the results of all the tests using this client ?

jyejare opened this issue · 5 comments

Hello,

I am looking for downloading json/YAML of all the results of finished/unfinished tests from Report portal for specific launch.

How could I do that using this report portal client ? Or any other ways to do that ?

Hi, what you are requesting is currently out of the scope of the client. You can implement this on your own and suggest a solution via new PR.

@iivanou Does any other tool that you are known to does what I requested? Else I will implement it my way :)

If they exist, I'm not aware of them.

@iivanou I am happy to tell you that I have implemented the fetching functionality and I would like to contribute back here.

Abandoned