get_component_tests
Retrieve test scenarios for specified components. Use for writing tests or reviewing implementations against the spec. More efficient than full spec retrieval when only tests are needed.
Instructions
Return only the Test Scenarios for one or more components. Use this when writing tests or reviewing an implementation against the spec. More token-efficient than get_component_spec when tests are all you need.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| components | Yes | List of component names or ids. e.g. ['Modal', 'Button'] or ['46', '16'] |