run_app
Boots an ABAP UI5 app class headless in Chromium, captures real page errors and failed backend calls, and returns a full-page screenshot for visual verification.
Instructions
Boot an app class headless in Chromium against the local backend (?app_start=) and LOOK at it: returns booted/ok, real page errors + failed backend calls (benign UI5 noise filtered), and a full-page screenshot as an image. The visual verification step of the loop — also works for the 276 existing ports and z2ui5_cl_ai_app_overview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | the app class to start, e.g. z2ui5_cl_my_app or z2ui5_cl_ai_app_005 | |
| timeout_ms | No | boot timeout in ms (default 60000) |