Authoring Guide

Mavster Create

Describe a test in plain English and let Mavster's AI explore your app and author the steps for you — building each test live in the tray.

Mavster Create is the fastest way to build a test: describe what you want in plain English, and Mavster's AI explores your app and authors the steps for you — building each test live in the tray, just as if you'd dragged the tiles yourself.

The tests it produces are ordinary tests. Edit, reorder, parameterize, and run them like anything else you've built in the drag-drop editor.

Where to find it

The Mavster Create button sits in the test editor toolbar, next to Add test. You'll need a connected simulator or emulator first — Mavster explores the running app, on whichever platform your project targets (iOS or Android), to author against it.

Mavster Create is a Pro feature. On lower tiers the button shows a yellow lock chip; clicking it opens the upgrade sheet.

Writing your prompt

Click the button and describe the test you want — for example, "Author a test for the paywall: tap Upgrade and verify the plan options appear."

You can also describe several tests at once, one per line:

Login: use a known credential, verify the session persists across relaunch
Forgot password: tap the link and verify the reset prompt appears

Mavster authors each as its own test stack, and can build on tests you already have — a "Log out" goal can reuse an existing "Login" rather than re-authoring it.

When you press Start exploring, Mavster first checks it understands your prompt. If it can't, it tells you why and nothing is charged — reword it and try again.

While it works

Mavster writes steps into the tray as it explores. A status bar above the tests shows what it's currently doing, with Pause and Stop controls — stop anytime and keep whatever has been authored so far. When it finishes, review the steps, tweak anything you like, and run them.