1.0 KiB
1.0 KiB
description
| description |
|---|
| Run an Android automation test through Midscene Skills |
You are running an Android mobile UI automation task for this project.
Interpret the user arguments as the exact natural-language test goal:
$ARGUMENTS
Execution requirements:
- Verify that adb is available and that at least one Android device or emulator is connected.
- If no Android target is available, stop and report that the Android automation prerequisite is missing.
- Use the installed Midscene Android skill workflow to execute the requested UI actions on the Android emulator or device.
- Prefer acting on the current development build of the app when applicable.
- Capture visible evidence during the run when useful, especially the final screen state.
- At the end, report:
- whether the flow succeeded
- the exact failing step if any
- what was observed on screen
- what should be fixed next if this looked like a product bug
Do not only describe a test plan. Actually perform the automation when prerequisites are available.