Below are the list of REST APIs we developed related to test plan.
Expand |
---|
title | Add a Test Cycle to a Test Plan |
---|
|
/rest/testray/latest/public/testPlan/{testPlanIssueKey}/addCycle http://testray.goldfingerholdings.onl/rest/testray/latest/public/testPlan/TAT-200/addCycle Status |
---|
colour | Blue |
---|
title | REQUEST body |
---|
|
Code Block |
---|
| {
"name":"REST API Cycle 1",
"environment":"Firefox",
"build":"v9.0",
"plannedStartDate":"2021-10-10",
"plannedEndDate":"2025-11-11"
} |
|
Expand |
---|
title | Get Test Cycles from a Test Plan |
---|
|
/rest/testray/latest/public/testPlan/{testPlanIssueKey}/cycles http://testray.goldfingerholdings.onl/rest/testray/latest/public/testPlan/TAT-200/cycles Status |
---|
colour | Blue |
---|
title | REQUEST body |
---|
| NULL |
Expand |
---|
title | Update Test Cycle Status |
---|
|
/rest/testray/latest/public/testPlan/{testPlanIssueKey}/cycle/{cycleName}/wf/{action} http://testray.goldfingerholdings.onl/rest/testray/latest/public/testPlan/TAT-200/cycle/Cycle 1/wf/Start Info |
---|
If there is no test run created from ‘Assign Configurations’ option, please use following to start test cycle with ‘No Configuration’ assigned for test runs: http://testray.goldfingerholdings.onl/rest/testray/latest/public/testPlan/TAT-200/cycle/Cycle 1/wf/Start?forceStart=true |
Status |
---|
colour | Blue |
---|
title | REQUEST body |
---|
| NULLStart Complete Abort Resume
|
Expand |
---|
title | Delete a Test Cycle from a Test Plan by Cycle ID |
---|
|
/rest/testray/latest/public/testPlan/{testPlanIssueKey}/deleteCycleById http://testray.goldfingerholdings.onl/rest/testray/latest/public/testPlan/TAT-200/deleteCycleById Status |
---|
colour | Blue |
---|
title | REQUEST body |
---|
|
Code Block |
---|
| {
"id": "1000"
} |
|
...