{
  "markdown": "# Agentiqa CLI Plugin\n\nAI-powered testing for web and mobile apps. An AI agent explores your app like a real user and reports bugs with reproduction steps + media artifacts (screenshots, video when ffmpeg is available).\n\nUse it from a coding agent (Claude Code, Cursor), from a terminal, or as a CI step.\n\n## What it finds\n\n- Visual bugs (layout issues, overflow, contrast problems)\n- Logical bugs (broken validation, stale state, wrong behavior)\n- UX issues (confusing flows, missing feedback)\n- Accessibility problems\n\nEach issue includes severity, category, confidence score, and step-by-step reproduction instructions.\n\n[Learn more](https://agentiqa.com/en)\n\n## Install\n\n### Claude Code\n\n```\n/plugin marketplace add Agentiqa/agentiqa-plugin\n/plugin install agentiqa@agentiqa\n```\n\n### Cursor\n\n```\n/add-plugin https://github.com/Agentiqa/agentiqa-plugin\n```\n\n### Codex CLI\n\n```bash\ncodex plugin marketplace add Agentiqa/agentiqa-plugin\n```\n\n### Other / Terminal\n\n```bash\nnpm install -g agentiqa\nagentiqa login\n```\n\n## Example\n\n### Coding Agents\n\nOnce the plugin is installed, ask the assistant in natural language — it picks the right command for the request.\n\nOpen-ended discovery runs `agentiqa explore`:\n\n> \"Test the login page for bugs\"\n\n> \"QA the checkout flow on http://localhost:3000/checkout\"\n\nFixed, enumerated, or repeatable checks (and regression re-checks) run `agentiqa run` against a saved or local test plan:\n\n> \"Re-run my checkout regression plan against http://localhost:3000\"\n\n> \"Verify these steps: log in, add the Pro plan to the cart, check the total is $19\"\n\nThe skill runs the command in the background and presents results when done:\n\n```\nDone — 12 actions, 0 issues in 84s\nVerdict: ship\nArtifacts: /tmp/agentiqa-abc123 (12 screenshots)\n```\n\n### CI\n\nRun saved test plans non-interactively with a service key — drop into any build step:\n\n```bash\nAGENTIQA_SERVICE_KEY=sk_… agentiqa run --label-ids regression\n```\n\nThe Test Plans page in the [Agentiqa app](https://agentiqa.com) has a **CLI** button that builds the exact one-liner for the plans you select. See [`docs/ci-quickstart.md`](docs/ci-quickstart.md) for the full walkthrough.\n\n## Setup details\n\n### For mobile testing\n\n- **Android**: Running emulator (`adb devices` shows it)\n- **iOS**: Running simulator (`xcrun simctl list devices` shows it)\n\n### For video recording (optional)\n\nInstall ffmpeg to enable video recording of test sessions:\n\n```bash\nbrew install ffmpeg\n```\n\nWithout ffmpeg, tests still work — screenshots are saved as fallback.\n\n## Links\n\n- [Agentiqa](https://agentiqa.com)\n- [CLI on npm](https://www.npmjs.com/package/agentiqa)\n",
  "bytes": 2629,
  "sha": "9dcb1e2deea20fc042175bff430af93cd711cd2b508bb8ae403f6ed463b4571c",
  "repo_slug": "agentiqa/agentiqa-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_agentiqa_agentiqa_plugin_agentiqa_93ae08f2/readme"
}