Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions rules/claude/test-suite-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
10 changes: 9 additions & 1 deletion rules/cursor/test-suite-template.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,12 @@ Action completes successfully and the expected result is displayed.

## 3. Validation & Error Handling

(Continue generating cases as needed)
(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 | |
Loading