Ability to update test item status
Andrii-Cherepakha opened this issue · 0 comments
Andrii-Cherepakha commented
Please, add to the Report Portal client an ability to update test item status. It is possible to do it with Report Portal API.
test-item-controller (Test Item Controller)
/v1/{projectName}/item/{itemId}/update
{
"attributes": [
{
"key": "string",
"value": "string"
}
],
"description": "string",
"status": "string"
}