analyze_object_map_structure
Analyze the object map structure within a Squish test suite to understand and identify existing patterns.
Instructions
Analyze the current object map structure to understand existing patterns.
Args:
test_suite_path: Path to a suite_* directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_suite_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | High-level summary with counts and strategy | |
| object_files | Yes | Object definition files with their contents and patterns | |
| existing_objects | Yes | All existing object definitions keyed by object name | |
| page_organization | Yes | Page organization strategy and associated directory or suite | |
| reference_patterns | Yes | Common containers, naming, and property patterns |