From 6cb8af84316066dcdcfa30eb7dc2849b04700fb4 Mon Sep 17 00:00:00 2001 From: eodonnel Date: Wed, 29 Apr 2026 16:14:32 -0400 Subject: [PATCH 1/3] added Test data column and data field --- templates/TCP.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) 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}}} From d00aa8b66d595fa168c860529b42b164685c58ef Mon Sep 17 00:00:00 2001 From: eodonnel Date: Wed, 29 Apr 2026 16:19:28 -0400 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5bb568..06a0549 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 template ([#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)) From 5f919b02ca94cb8b3d24379c8d9098451c3880fc Mon Sep 17 00:00:00 2001 From: eodonnel Date: Fri, 15 May 2026 15:10:34 -0400 Subject: [PATCH 3/3] add data field to TCR template --- CHANGELOG.md | 2 +- templates/TCR.html.tmpl | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a0549..1c35ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +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 template ([#163](https://github.com/opendevstack/ods-document-generation-templates/pull/163)) +- 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/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}}}