RedHatQE / pylero

Python wrapper for the Polarion WSDL API
https://redhatqe.github.io/pylero/
MIT License
37 stars 25 forks source link

Use WSDL function for getting TestRun custom fields #25

Closed simzacks closed 3 years ago

simzacks commented 3 years ago

Historically, the WSDL didn't have a function for getting custom fields, so as a workaround, the library gets the xml file from the repo and uses that. I just checked and at some point in the past couple years, the function getDefinedTestRunCustomFieldKeys[1] was added. This should be verified and replace the code here[2]

[1] https://almdemo.polarion.com/polarion/sdk/doc/javadoc/com/polarion/alm/ws/client/testmanagement/TestManagementWebService.html#getDefinedTestRunCustomFieldKeys(java.lang.String)

[2] https://github.com/RedHatQE/pylero/blob/master/src/pylero/test_run.py#L535

leelavg commented 3 years ago

@simzacks can we please use below references from now on in Github as they can be accessible to all users?

https://almdemo.polarion.com/polarion/sdk/ https://almdemo.polarion.com/polarion/ws/services

simzacks commented 3 years ago

fixed.

waynesun09 commented 3 years ago

@simzacks as this is fixed, could we close this now?

simzacks commented 3 years ago

closed