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

Function makeClient

src/commands/test.ts:7728–7735  ·  view source on GitHub ↗
(opts: CommonOptions, deps: TestDeps)

Source from the content-addressed store, hash-verified

7726}
7727
7728function makeClient(opts: CommonOptions, deps: TestDeps): HttpClient {
7729 return makeHttpClient(opts, {
7730 env: deps.env,
7731 credentialsPath: deps.credentialsPath,
7732 fetchImpl: deps.fetchImpl,
7733 stderr: deps.stderr,
7734 });
7735}
7736
7737function makeOutput(mode: OutputMode, deps: TestDeps): Output {
7738 return new Output(mode, {

Callers 15

runListFunction · 0.70
runCreateFunction · 0.70
runPlanPutFunction · 0.70
runUpdateFunction · 0.70
runDeleteFunction · 0.70
runDeleteBatchFunction · 0.70
runCreateFromPlanFunction · 0.70
runCreateBatchFunction · 0.70
runGetFunction · 0.70
runCodeGetFunction · 0.70
runCodePutFunction · 0.70
runStepsFunction · 0.70

Calls 1

makeHttpClientFunction · 0.85

Tested by

no test coverage detected