我可以使用/testcaseresult/create
API 添加单个测试用例结果并将 JSON 传递为:
{
"testcaseresult":
{
"Build":5,
"Date":"2017-02-27T18:03:29.260Z",
"Testcase":{"_ref":"https://rally1.rallydev.com/slm/webservice/v2.0/TestCase/12345678"},
"Verdict":"Pass"
}
}
有没有办法添加多个测试用例结果?