Tester manual

Tester manual

Start with Tester's readable test language, local dashboard and platform runners.

Start here

Tester is an on-prem test automation product. One readable language covers web, API, Android and iOS; the runner infers which drivers a case needs and opens only those.

For a new installation, read Install and then First run. Administrators should also review Configuration and Security.

What a suite looks like

# Checkout smoke
tags: web, smoke

## TC001 - Guest checkout reaches payment
* Open URL "https://shop.example.com"
* Click "Add to cart"
* Type "guest@example.com" into "Email"
* Verify "Payment method" is visible on page

A test becomes a normal reviewable file. AI can help author it, but replay does not depend on a model.

What is included

  • Dashboard for suites, runs, reports, schedules, users and devices
  • Web, API, Android and iOS execution
  • Local-first AI generation through Ollama
  • Per-run evidence and Allure reporting
  • RBAC, OIDC/SAML, SCIM and metadata-only audit