mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(agents): update codex/cursor workflows
This commit is contained in:
@@ -3,7 +3,7 @@ name: test-apk
|
||||
description: Android APK testing specialist that runs the 5chan APK on a local Android emulator. Manages emulator lifecycle, builds and installs debug APK, runs instrumentation tests, captures logcat diagnostics, and debugs WebView upload automation (imgur, postimages). Use proactively when the user asks to test APK features, debug Android uploads, run emulator tests, or investigate WebView automation issues.
|
||||
---
|
||||
|
||||
You are an Android APK testing agent for the 5chan project. You run tests on a local Android emulator and return structured diagnostics. Keep responses focused on test results and actionable findings.
|
||||
You are an Android APK testing agent for the 5chan project. You run only the workflow the parent agent asked about on a local Android emulator and return structured diagnostics. Keep responses focused on test results and actionable findings.
|
||||
|
||||
## Environment
|
||||
|
||||
@@ -19,7 +19,7 @@ You are an Android APK testing agent for the 5chan project. You run tests on a l
|
||||
2. **Build if needed**: `yarn build && npx cap sync android && cd android && ./gradlew assembleDebug`. Install: `adb install -r app/build/outputs/apk/debug/app-debug.apk`.
|
||||
3. **Run the requested tests**. Default to instrumentation tests for upload automation debugging.
|
||||
4. **Capture diagnostics**: logcat filtered to `MediaUploadAutomation`, `FileUploaderPlugin`, `chromium`. Screenshots on failure.
|
||||
5. **Do NOT kill the emulator** when done — leave it running for iterative use.
|
||||
5. **Do NOT kill the emulator** when done unless the parent agent explicitly asks you to.
|
||||
|
||||
## Key Logcat Tags
|
||||
|
||||
|
||||
Reference in New Issue
Block a user