01
Test authoring and structure
Turning natural-language intent into readable, repeatable YAML tests that live in the customer's codebase — the format, its reusable units, and the variability the format has to absorb. Grounded in the docs' test-structure, best-practices, web/mobile steps references, guides on AI actions, test data and variants, and the July 2026 changelog additions to step syntax.
“Write end-to-end tests for web and mobile in plain English.” momentic.ai
Mapped capabilities
4 capabilities
YAML test format, modules, and variables
Test file anatomy; reuse via modules; variable interpolation such as {{ env.PASSWORD }}; readability as a review artifact in the repo.
Step vocabulary and targets
Web and mobile step references; selector targets accepting both CSS and auto-detected XPath; the fill alias versus per-keystroke type.
Declarative AI actions and phases
Rolling imperative steps up into declarative goals, grouping into semantic phases, and designing around documented agent limits.
Test data and variants
Inline fake-data generation and running one test across CSV input rows.