get_current_test_state
Retrieve the current state of a connected test, including DOM snapshot, console logs, and available context APIs for executing subsequent steps.
Instructions
Get the current state of a connected test, including DOM, snapshot, console logs, and available context APIs. The response includes 'availableContext' field which lists all APIs/variables that can be used in execute_test_step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testFile | No | Optional: specific test file path | |
| testName | No | Optional: specific test name |