Quickstart
Get Aucert running and execute your first AI-powered mobile test in under 5 minutes.
Prerequisites
- Node.js 20+ installed
- An Android project (APK or AAB) or a connected emulator
- An Aucert account (sign up)
Step 1: Install the CLI
npm install -g @aucert/cli
Step 2: Initialize your project
aucert init
This creates an aucert.config.yaml in your project root with sensible defaults.
Step 3: Run your first test
aucert run
Aucert will:
- Analyze your app through the Knowledge Graph
- Generate test scenarios automatically
- Execute tests on an emulator
- Report results with screenshots and confidence scores
Step 4: View results
aucert status
tip
Add --watch to see results in real-time as tests execute.
What's next
- Installation options — Detailed install guide with all package managers
- CLI reference — Full command documentation
- CI/CD integration — Add Aucert to your pipeline