marcells/node-build-monitor

Add number of failed tests for TFS Builds

Grifplex opened this issue · 2 comments

Could TFS Builds have the number of failing tests? This is the only feature that TeamBuildScreen had that I miss in your build monitor.

Thanks for the great monitor!

Well that was more of a mission than it should have been now that Microsoft have redone their API docs. It should be possible by querying /_apis/test/runs?api-version=2.0&buildUri=.
Where the buildUri is found via the build API call and is in the form of vstfs:///Build/Build/.
I'll see what I can do about adding it.

Has this been project gone stale?