Momentic background Execution model Momentic is an end-to-end testing framework. Tests are ordered lists of structured steps executed with Playwright and CDP. - Interactive steps such as clicks and types use AI to resolve natural-language targets into concrete browser actions. - Assertion steps can use multimodal models to evaluate page state. - Goal-based AI actions can perform broader tasks such as "checkout with credit card". Cache and memory Momentic caches resolved step metadata such as selectors, XPaths, visible text, and coordinates so most runs avoid repeated AI calls. This is critica…