Read spec file and page object
read_spec_fileReads a spec file and auto-resolves its page object to provide the full test context—step flow, helper calls, and selectors—so the analyzer never guesses intent. Call this first.
Instructions
Read the full content of a spec file and auto-resolve its imported page object. Provides the model with complete, deterministic test context — full step flow, helper DSL calls, and selector definitions — before calling analyze_and_fix_selector. Never let the model guess about test intent; call this first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specFilePath | Yes | Absolute path to the spec file |