get_prompt
Retrieves a session's PROMPT.md when present. Otherwise, synthesizes a test-generation prompt from flow.md and ranked locators for Playwright, Selenium, or Cypress.
Instructions
Return PROMPT.md for a session if present; otherwise synthesize a test-generation prompt from flow.md and ranked locators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | Yes | Session folder name under PAGESNAP_SESSIONS_DIR, or an absolute session path. | |
| framework | No | Target test framework. Default: playwright. | playwright |