microsoft / azure-devops-dotnet-samples

.NET/C# samples for integrating with Azure DevOps Services and Azure DevOps Server
https://docs.microsoft.com/azure/devops/integrate
MIT License
522 stars 519 forks source link

How to Pass/Fail Test inside Test Suite #233

Open tomaustin700 opened 5 years ago

tomaustin700 commented 5 years ago

Hi,

I am wanting to flag a Test Case as Passed or Failed using the api, how can I go about doing this? I have a web api written in .net core and I can't even find TestPlanHttpClient let alone find a way to update Test Cases.

Thanks