Skip to main content

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:

  1. Analyze your app through the Knowledge Graph
  2. Generate test scenarios automatically
  3. Execute tests on an emulator
  4. 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