analyze_bdd_documentation
Search and extract relevant details from local BDD-specific Squish documentation to support test script development.
Instructions
Parse the local BDD-specific Squish documentation to find relevant information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Source documentation URL | |
| message | Yes | Summary of BDD documentation loaded | |
| hook_patterns | Yes | Available BDD hook patterns | |
| file_structure | Yes | Expected BDD file structure and organization | |
| content_preview | Yes | Preview of the documentation content | |
| placeholder_syntax | Yes | Supported BDD placeholder syntax patterns | |
| context_object_features | Yes | Features exposed on BDD context object | |
| implementation_examples | Yes | Implementation examples from docs | |
| step_definition_patterns | Yes | Step patterns represented as [type, pattern] pairs |