REST route
The data are not exposed in the REST API GET artifacts/:id. This field is quite special and will not be added. instead, we will use the testmanagement REST route GET testmanagement_executions/:id to retrieve all the needed information.
Rendered field
Step execution is added after "Text fields" in there parent container. Example
# Artifacts
## test_case #1234 - My test title
### Test definition
| Title | My test title |
| ... |
#### Text field title
Text content
#### Steps execution
| Step | Status |
| -------- | ---------|
| Step $N | $STATUS |
##### Step $STEP_NUMBER
Status: $STATUS
###### Description
$DESCRIPTION
###### Expected results
$EXPECTED_RESULTS
This is more or less the same output than "test definition" field with
- Status table at the beginning of the field
- "Status" added as paragraph at the beginning of each step