diff --git a/CHANGELOG.md b/CHANGELOG.md index b5bb568..1c35ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased - Remove hard-coded prerequisites section from TCP and TCR templates ([#162](https://github.com/opendevstack/ods-document-generation-templates/pull/162)) +- Add Test data field to TCP and TCR templates ([#163](https://github.com/opendevstack/ods-document-generation-templates/pull/163)) ## 1.2.13 - 2025-7-10 - Fixed the document history of the TIR for ods-infra components ([#160](https://github.com/opendevstack/ods-document-generation-templates/pull/160)) diff --git a/templates/TCP.html.tmpl b/templates/TCP.html.tmpl index f7d2355..9a4f403 100644 --- a/templates/TCP.html.tmpl +++ b/templates/TCP.html.tmpl @@ -187,6 +187,7 @@ Step Instructions + Test data Expected result Actual result @@ -195,6 +196,7 @@ {{orderId}} {{{step}}} + {{{data}}} {{{result}}} {{{actualResult}}} @@ -253,6 +255,7 @@ Step Instructions + Test data Expected result / Evidence Actual result @@ -261,6 +264,7 @@ {{orderId}} {{{step}}} + {{{data}}} {{{result}}} {{{../actualResult}}} diff --git a/templates/TCR.html.tmpl b/templates/TCR.html.tmpl index ff3427d..8350d1b 100644 --- a/templates/TCR.html.tmpl +++ b/templates/TCR.html.tmpl @@ -196,6 +196,7 @@ Step Instructions + Test data Expected result Actual result @@ -204,6 +205,7 @@ {{orderId}} {{{step}}} + {{{data}}} {{{result}}} {{{../actualResult}}} @@ -262,6 +264,7 @@ Step Instructions + Test data Expected result / Evidence Actual result @@ -270,6 +273,7 @@ {{orderId}} {{{step}}} + {{{data}}} {{{result}}} {{{actualResult}}}