Skip to main content

Getting Started

From zero to first successful Argus run in under five minutes.

5 min readGetting Started

Prerequisites

Before running Argus, make sure your project and credentials are ready.

  • - Argus project access and API key
  • - Build artifact ready for upload
  • - Node.js 20+ for CLI
  • - Backend URL and portal URL configured

Fast Path

Use the CLI fast path to upload and run your first test session.

npm install -g @argus/cli
argus login --backend https://api.argus.ludotronics.io
argus push build.apk --project my-game
argus run --project my-game --persona explorer,destructor --budget 5

Verify Success

Confirm the run appears and scorecard is generated in the portal.

  • - Run appears under /runs
  • - Live stream updates under /live
  • - Bugs appear under /bugs when detected
  • - Scorecard resolves to GREEN, YELLOW, or RED

Related Docs