Test Case Library
The Test Cases page (/testcases) is the central repository for every test case in the active project — whether generated by AI or created manually.
Test case anatomy
| Field | Description |
|---|---|
| Code | Auto-assigned unique identifier: TC-001, TC-002, … |
| Title | Short description of what is being tested |
| BDD content | Gherkin scenarios (Given/When/Then) |
| Status | DRAFT, READY, or DEPRECATED |
| Priority | HIGH, MEDIUM, or LOW |
| Layer | UI, API, Unit, or E2E |
| Suite | Logical grouping label within the project |
| Tags | Free-form labels for filtering and reporting |
| Automation status | MANUAL, IN_PROGRESS, AUTOMATED, FLAKY, or ARCHIVED |
| Linked tickets | Jira / Linear / ADO issues this test case covers |
Organizing test cases
Test cases are grouped by module — a named section of your project (e.g., "Authentication", "Checkout", "Admin Panel"). Define modules in Settings → Projects → Modules.
Drag and drop test cases between modules to reorganize. Order is preserved across sessions.
Status workflow
BDD viewer
Click the BDD icon on any test case to open the Gherkin content in a formatted viewer. Edit the content inline and save to create a new version.
Version history
Every save creates an immutable version snapshot. Click the history icon to browse all previous versions and restore any of them.
Bulk operations
Select multiple test cases using the checkbox column to:
| Action | Result |
|---|---|
| Move | Reassign to a different project |
| Archive | Bulk-set status to DEPRECATED |
| Clone | Duplicate selected test cases |
| Re-tag | Apply or replace tags across the selection |
| Export | Download as Excel (.xlsx) |
Filters
The filter bar narrows the list by status, priority, layer, automation status, tag, and module. The text search matches title, BDD content, and ticket keys.
Export to Excel
Click Export to download all visible test cases as a spreadsheet with columns for code, title, status, priority, layer, suite, tags, and BDD content. Useful for sharing with stakeholders or importing into other tools.