MCPcopy Create free account
hub / github.com/TestSprite/testsprite-cli / getRun

Method getRun

src/lib/poll.ts:35–35  ·  view source on GitHub ↗
(
    runId: string,
    options?: { waitSeconds?: number; signal?: AbortSignal },
  )

Source from the content-addressed store, hash-verified

33 */
34export interface RunClient {
35 getRun(
36 runId: string,
37 options?: { waitSeconds?: number; signal?: AbortSignal },
38 ): Promise<RunResponse>;

Callers 4

runStepsFunction · 0.65
runTestRunFunction · 0.65
pollRunUntilTerminalFunction · 0.65
http.runs.spec.tsFile · 0.65

Implementers 1

HttpClientsrc/lib/http.ts

Calls

no outgoing calls

Tested by

no test coverage detected