Language:JapaneseEnglish

test-android-apps Codex Plugin

Author
OpenAI
Category
Developer Tools
Topics
Code Quality, Review & Testing · Web & App Development · Monitoring & Observability
Version
0.1.2
First cataloged
2026-07-12 (UTC)
Explanation last updated
2026-07-15 (UTC)
Source (GitHub) last updated
2026-06-08 (UTC) (80 days ago)

The explanation below is AI-generated. Please verify it against the sources.

Test-android-apps is a Codex plugin that supports testing Android applications through emulator-driven workflows. According to its plugin.json, it is developed by OpenAI, distributed under the MIT license, and categorized as a Developer Tools plugin. It lets a user build and install app variants, drive a running emulator with adb input events, inspect UI hierarchies, and collect screenshots and logcat output while reproducing a bug. It also gathers performance evidence through tools such as Simpleperf, Perfetto, and gfxinfo, as well as memory and leak data. The README indicates this plugin is one of several example plugins maintained in a shared repository of Codex plugin samples.

What you can do with test-android-apps

  • Build and install app variants onto a booted Android emulator
  • Reproduce issues by simulating adb input events such as taps and swipes
  • Inspect UI trees using uiautomator
  • Capture screenshots and logcat output during a reproduction session
  • Collect performance evidence via Simpleperf, Perfetto, and gfxinfo
  • Investigate memory usage and potential leaks

Sources

Back to list