List Test Suites
list_test_suitesRetrieve all test suites in the active project with their test case counts and auth modes. Requires project context to be set first.
Instructions
List all test suites in the active project with stats (test case count, auth mode). Requires project context (call set_context first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of suites to skip (for pagination, default 0) | |
| take | No | Number of suites to return (default 50, max 100) |