Skip to main content

Using Claude Code, Cursor, or another coding agent? Paste this into your prompt to run cross-browser and real-device tests, debug sessions, and wire up CI on the TestMu AI cloud:
Checkpoints are verification points that KaneAI evaluates during test execution. They let you assert conditions, branch on results, or extract values for later use.

Checkpoint Types

All three types work with every analyze method below.

Analyze Methods

Each checkpoint uses an analyze method to determine where to look for the data:

How to Use

Write your assertions naturally in the objective. KaneAI automatically picks the right analyze method:
Extractions work the same way:

Operators

Assertions support these comparison operators:

Learn More