flow.record_checkpoint
Record a runtime screen checkpoint from an Appium session, saving the current UI state and optional next action to document test progress and enable evidence-based verification.
Instructions
[workspace write][risk:write] Record a runtime screen checkpoint from Appium source/session and optional action needed to reach the next checkpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| order | No | ||
| prefix | No | ||
| source | No | ||
| testName | Yes | ||
| serverUrl | No | ||
| sessionId | No | ||
| sourcePath | No | ||
| actionToNext | No | ||
| checkpointId | No | ||
| screenshotPath | No |