devopshq / tfs

Microsoft TFS API Python client
https://devopshq.github.io/tfs/
MIT License
110 stars 28 forks source link

Retrieve test results? #63

Closed pbissert closed 5 years ago

pbissert commented 5 years ago

Can results for a given test case be retrieved using this library?

allburov commented 5 years ago

@pbissert all functions are described in the documentation https://devopshq.github.io/tfs/

If you have a special case - describe in more detail what you want to receive with links to TFS documentation

pbissert commented 5 years ago

For example, test case work items can have results from test runs. There is documentation in the Azure API (https://docs.microsoft.com/en-us/rest/api/azure/devops/test/results?view=azure-devops-rest-5.0). I was wondering if any of these are planned to be added to this library?