lczub / TestLink-API-Python-client

A Python client to use the TestLink API
105 stars 63 forks source link

Download the report results of the test plan #158

Closed lv123123long closed 1 year ago

lv123123long commented 1 year ago

After all the results of our test cases are backfilled, we hope to have an API for downloading the excel version of the test plan report. This should be a very useful function, and it is convenient to send the test results to others. Thank you very much!

lczub commented 1 year ago

Hello beautifulfox,

I agree, it would be helpful to download the test plan report excel version.

Unfortunately, the TestLink Server itself does not support such an API method - see TestLink Github xmlrpc.class.php (branch testlink_1_9_20_fixed)

You first have to open an enhancement request against TestLink itself (http://mantis.testlink.org/login_page.php) for this topic. When TestLink server has implemented such an API method, this API python client could use this.

Greetings Luiko