Build your test library
10 months ago
A first-class test case management view — write, organize, label, and search every behavior your app should exhibit.
The Tests view is now the home of your project's test library. Every behavior you care about — sign-in flows, checkout paths, role permissions, edge cases — lives here as a structured test case with a stable TC# identifier, a description, and any context the agent needs to execute it.
Cases can be added by hand, generated from a PR diff (more on that in upcoming updates), or imported in bulk. Search and filtering work the way you'd expect, and tags give you a lightweight way to group cases beyond the built-in level (smoke / sanity / regression).
This is the foundation everything else builds on: PR-driven testing, the traceability matrix, smoke phases. It all starts with a clean library you can trust.
- Stable TC# identifiers stay with a case for its whole life.
- Add cases by hand, generate from a PR, or import in bulk.
- Search, filter by tag or level, sort by recency.