adb_test_step
Document test steps by capturing screenshots and logcat output since the last step, saving both to the session directory for analysis.
Instructions
Capture a numbered test step: takes a screenshot and captures logcat since the last step. Saves both to the session directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Description of what this step tests or verifies | |
| captureScreenshot | No | Take a screenshot for this step | |
| captureLogcat | No | Capture logcat since last step |