push_file
Transfer a local file to an Android device via adb, enabling test data seeding or file import.
Instructions
Copy a local file onto the device (adb push) — e.g. seed test data or a file to import.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Target device serial (adb -s). Optional when exactly one device is attached. | |
| local_path | Yes | Local file to copy onto the device. | |
| device_path | Yes | Destination path on the device, e.g. /sdcard/Download/x.json. |