The document structure is the same than Test Plan (story #23495):
<h1>$RELEASE_NAME</h1>
$PLATFORM_LOGO
Platform | $PLATFORM_NAME
Project | $PROJECT_NAME
Campaign | $CAMPAIGN_NAME
Exported by | $EXPORT_AUTHOR
Exported on | $EXPORT_DATE
Campaign URL | $CAMPAIGN_URL
--
<h2>Table of content</h2>
--
<h2>Traceability Matrix</h2>
<!-- The matrix pages are in landscape -->
<table>
<thead>
<tr>
<th>Requirements</th>
<th>Status</th>
<th>Tests</th>
<th>Campaign</th>
<th>Results</th>
<th>Executed by</th>
<th>Executed on</th>
</tr>
</thead>
<tbody>
<tr>
<td>user story title (anchor to go to artifact)</td>
<td style="background-color: green;">Passed</td>
<td>test one stuff</td>
<td>Release 1.0</td>
<td style="background-color: green;">Passed</td>
<td>John Doe</td>
<td>2021-10-25 10:48...</td>
</tr>
<tr>
<td rowspan="2">a story with 2 tests (anchor to go to artifact)</td>
<td rowspan="2" style="background-color: red;">Failed</td>
<td>First test title</td>
<td>Release 1.0</td>
<td style="background-color: green;">Passed</td>
<td>John Doe</td>
<td>2021-10-25 10:48...</td>
</tr>
<tr>
<td>Second test title</td>
<td>Release 1.0</td>
<td style="background-color: red;">Failed</td>
<td>John Doe</td>
<td>2021-10-25 10:48...</td>
</tr>
<tr>
<td colspan="7">...</td>
</tr>
</tbody>
</table>
--
<h2>$CAMPAIGN_NAME backlog</h2>
<!-- Export of covered Requirements (stories, bugs, etc) artifacts. -->
<!-- When a backlog element is covered by tests, tests are referenced in artifact links and there is an anchor toward the test in the document. -->
<h2>$CAMPAIGN_NAME tests</h2>
<!-- export of [Test Case] artifacts -->
<!-- When test definition is exported, the actual result of the most recent test execution is included. Example: -->
<h4>Steps</h4>
<h5>Step 1</h5>
Status: $STATUS (Passed/Failed/Blocked)
<h6>Description</h6>
...
<h6>Expected results</h6>
...
<h5>Test results</h5>
Status: $STATUS (Passed/Failed/Blocked)
$COMMENT
<!-- When the test definition covers an artifact that is part of the backlog, there is an anchor toward the artifact in the Backlog section of the document. -->