test-android-apps Codex Plugin
Plugin Codex Developer Tools Code Quality, Review & TestingWeb & App DevelopmentMonitoring & ObservabilityThe explanation below is AI-generated. Please verify it against the sources.
test-android-apps is a Codex plugin published by OpenAI that supports Android app testing through emulator workflows, according to its plugin.json. It covers issue reproduction, screenshots, UI inspection, log capture (logcat), and performance profiling using tools such as Simpleperf, Perfetto, and gfxinfo. The manifest lists version 0.1.2, MIT license, and category 'Developer Tools'. The plugin's longDescription states it can build and install app variants, drive a booted Android emulator with adb input events, and inspect UI trees while gathering evidence. It is part of the openai/plugins repository, alongside other example plugins such as figma and build-ios-apps mentioned in the README.
Overview
This is not a SaaS product but a Codex plugin (kind: 'plugin' per plugin.json), designed to assist with Android app testing inside the Codex environment via emulator-driven workflows.
What you can do with test-android-apps
- Build and install Android app variants
- Drive a booted Android emulator using adb input events
- Inspect UI trees
- Capture screenshots during issue reproduction
- Collect logcat output
- Gather performance and memory evidence via Simpleperf, Perfetto, gfxinfo, or memory/leak analysis
Sources
Original description (English)
Test Android apps with emulator workflows for reproduction, screenshots, UI inspection, log capture, and performance profiling.
History of test-android-apps
- Codex Plugin Added test-android-apps