简体   繁体   English

如何通过Bamboo API获取计划中的测试统计信息

[英]How to get the statistics of tests in a plan through Bamboo API

Does anyone have an idea on how to achieve this. 有谁知道如何实现这一目标。 I have checked the API docs, but no solution. 我已经检查了API文档,但没有解决方案。

I want to get The statistics for all the tests in a plan. 我想获取计划中所有测试的统计信息。 Something similar to the image attached. 与所附图片类似。

在此处输入图片说明

I use Bamboo 5.10.3 我用竹子5.10.3

Thanks 谢谢

You can try Bamboo reports. 您可以尝试Bamboo报告。 Is there any specific reason you are looking for APIs? 您正在寻找API的任何特定原因吗? You can use these APIs 您可以使用这些API

http://myhost.com:8085/bamboo/rest/api/latest/chart [GET]
http://myhost.com:8085/bamboo/rest/api/latest/chart/reports [GET]
http://myhost.com:8085/bamboo/rest/api/latest/chart/planSummary [GET] 

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM