tarn_list
Lists all tests from .tarn.yaml files, providing file names, test names, and step counts for easy overview.
Instructions
List all available tests in .tarn.yaml files. Returns file names, test names, and step counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Absolute path to the project root. Defaults to the workspace root captured during MCP `initialize`, or the server process's current directory. | |
| path | No | Path to directory (defaults to `cwd`). Relative paths resolve against `cwd`. |