stable
Clone or download
Read-only
Part of story #11390 have base of steps across the stack Given you have a step exec artifact that displays steps results (See https://gerrit.tuleap.net/11404) Given you GET /testmanagement_executions/:id Then the status of each steps is returned. Change-Id: I3e1cfa758cd2c57aeb8a8c2da3543e1a5fdbfff8
Modified Files
Name | ||||
---|---|---|---|---|
M | include/TestManagement/REST/v1/ExecutionRepresentation.php | +9 | −1 | Go to diff View file |
M | include/TestManagement/REST/v1/ExecutionRepresentationBuilder.php | +69 | −12 | Go to diff View file |
A | include/TestManagement/REST/v1/StepResultRepresentation.php | +42 | −0 | Go to diff View file |
M | include/autoload.php | +3 | −2 | Go to diff View file |