Studio Apps
renderStudioApp
Render Studio App
Render a Studio app headlessly and return SCREENSHOTS Ora can inspect.
Arguments
appIdstringrequiredThe Studio app IDdevicesstring[]optionalViewport widths to capture each route at. Defaults to both ["desktop", "mobile"].fullPagebooleanoptionalCapture the full scrollable page, below-the-fold content included, instead of just the first viewport. Defaults to true so below-the-fold QA works out of the box; pass false for a faster first-viewport-only shot.routesstring[]optionalIn-app routes to capture, e.g. ["/", "/careers"]. Hash-router slides may be given as "s4", "#s4", or "/#s4" (all resolve to the same slide). Defaults to ["/"] (the home route).scenarioobjectoptionalStateful QA setup confined to the rendered app: localStorage string pairs are seeded before load, CSS-selector clicks run in order after load, and settleMs controls the final wait. Missing or invalid selectors fail the render loudly.tierstringoptionalWhich policy to run the routes under. "public" (the default) is what every visitor and buyer gets: worker-src is 'none' and both eval forms are refused. "owner" is the looser policy only you see in your own tab, so use it to confirm a…
Returns
Render a Studio app headlessly and return SCREENSHOTS Ora can inspect.
Ask for it
The Cloud routes these requests to this verb.
- screenshot my app
- show me how my app looks
- did that fix render
- verify my app visually
- check below the fold
Pair it with
The verbs that finish the job.