Your app, fully tested.
While you ship.
Give zTester a URL and two user journeys. It discovers your app, generates deep multi-page tests, validates them, and loops through repair until your target pass rate is hit — autonomously.
$ curl -X POST https://ztester.zavecoder.com/api/v1/projects/$ID/autopilot \ -H "Authorization: Bearer $ZTESTER_API_KEY" \ -d '{ "baseUrl": "https://staging.myapp.com", "targetPassRate": 80, "journeys": [ "User signs up → verifies email → sees dashboard", "Admin creates invoice → sends → marks paid" ] }'
The quality loop
Autonomous, not just automated
zTester doesn't just generate tests — it runs a full improvement cycle until the suite is trustworthy.
Context
URL, journeys, and working auth. The readiness gate ensures inputs are strong enough before proceeding.
Discovery
ActionExplorer clicks through your app. Journey generator stitches multi-page funnels. Tests start as drafts.
Validation
Each draft runs a probe execution. Only tests that pass become active — no silent broken tests.
Full Run
Autopilot runs the entire active suite and measures true pass rate against your target.
Repair
Failing tests get AI-repaired. Coverage gaps get focused rediscovery. Loops until target hit.
Autopilot session phases
End-to-end ticket purchase — 13 steps
Everything included
Built to replace human QA
Every feature exists to keep your test suite healthy without manual work.
Autopilot
FlagshipOne API call orchestrates the full cycle: readiness check → source discovery → journey generation → validation → CI run → AI repair → repeat until your target pass rate is achieved.
Record Login
NewCaptures a real browser session automatically for email + password or OAuth (Google, GitHub, Microsoft). Other SSO flows use a manual session-cookie paste. Credentials discarded immediately; only the session snapshot is stored.
Journey Tests
Multi-page funnels from your brief — ticket purchase, booking, onboarding. 13–16 step tests that traverse your real app from start to confirmation.
AI Self-Healing
Broken selectors are repaired automatically. The nightly quality loop archives flaky tests, heals degraded ones, and rescues stuck drafts.
Native IDE Integration
NewzTester is wired directly into zGo — run tests, record sessions, and view results without leaving your dev environment. The integration API makes it portable to any IDE via a single capabilities endpoint.
Source Discovery
Reads routes, entities, and form schemas from your GitHub or Bitbucket repo. Generates richer tests and avoids hallucinated selectors.
ActionExplorer
Clicks buttons, fills forms, and observes real state changes. Generates 5–8 step workflow tests with success toasts and validation errors.
Regression Detection
Every run is compared to the previous. Pass→fail regressions and fail→pass recoveries are surfaced immediately in dashboard and webhooks.
MCP Server
20 tools for Claude Desktop and Cursor. Bootstrap, discover, validate, run, and report failures — all via natural language.
Run from anywhere
Integration capabilities API
Any tool can call GET /api/v1/integration to self-discover all endpoints, auth requirements, and example flows — no docs needed.
Stop writing tests.
Start shipping features.
Set a target pass rate. Autopilot builds the suite, heals it nightly, and tells you exactly when something breaks.