Skip to content
← All news

2026-05-12

AI result assertions are now generally available

airelease

AI result assertions have graduated from beta and are now available to all users on every plan.

What this means

Instead of pinning fragile selectors or exact attribute values, you describe the expected outcome in natural language. After scenario playback, AI compares your description against the actual page state and returns a pass/fail verdict.

Example assertion:
"The Save button should be enabled and the form should contain no errors."

Why it matters

Classic assertions are tied to DOM structure. When a designer renames a button or a developer changes the markup, the test breaks — even though the application behaviour is correct. AI assertions describe intent, not implementation.

How to enable

Open any scenario step → Assertions tab → select type AI assertion → enter your expected outcome description.