diff --git a/rules/claude/test-suite-template.md b/rules/claude/test-suite-template.md index e73de37..c4010a3 100644 --- a/rules/claude/test-suite-template.md +++ b/rules/claude/test-suite-template.md @@ -45,3 +45,11 @@ Action completes successfully and the expected result is displayed. ## 3. Validation & Error Handling (Continue generating cases as needed) + +## 4. Summary +Add a summary table at the end with two columns: **Cases** and **Actual Results** (empty). Prepend a row number to the title (`1. Title`, `2. Title`, …) — no separate index column, no `TC-` prefix in the table. + +| Cases | Actual Results | +| -- | -- | +| 1. Verify page loads successfully | | +| 2. Verify main action works correctly | | \ No newline at end of file diff --git a/rules/cursor/test-suite-template.mdc b/rules/cursor/test-suite-template.mdc index f991094..77e0056 100644 --- a/rules/cursor/test-suite-template.mdc +++ b/rules/cursor/test-suite-template.mdc @@ -41,4 +41,12 @@ Action completes successfully and the expected result is displayed. ## 3. Validation & Error Handling -(Continue generating cases as needed) \ No newline at end of file +(Continue generating cases as needed) + +## 4. Summary +Add a summary table at the end with two columns: **Cases** and **Actual Results** (empty). Prepend a row number to the title (`1. Title`, `2. Title`, …) — no separate index column, no `TC-` prefix in the table. + +| Cases | Actual Results | +| -- | -- | +| 1. Verify page loads successfully | | +| 2. Verify main action works correctly | | \ No newline at end of file