analyze_object_references
Analyze object-reference patterns in a Squish test suite to determine how object maps are stored and accessed for generating new test cases.
Instructions
Analyze object-reference patterns that should be used for generating new test cases. This includes where and how object maps are stored and how the objects are then accessed.
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 |
|---|---|---|---|
| files | Yes | Object file locations with type, path, object counts, and previews | |
| message | Yes | Summary of object reference files found |