MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / artifactContent

Function artifactContent

e2e/scenarios/artifact-loading-surface.test.ts:91–92  ·  view source on GitHub ↗
(page: Page)

Source from the content-addressed store, hash-verified

89 {}) as Record<string, unknown>;
90
91const artifactContent = (page: Page) =>
92 page.frameLocator('[data-testid="artifact-shell-frame"]').frameLocator("iframe");
93
94type Sample = {
95 readonly text: string;

Calls

no outgoing calls

Tested by

no test coverage detected