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

Function defaultConfigPath

src/lib/config.ts:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18const DEFAULT_API_URL = 'https://api.testsprite.com';
19
20export function defaultConfigPath(): string {
21 return join(homedir(), '.testsprite', 'config');
22}
23
24/**
25 * Resolves the active profile name and its (apiUrl, apiKey) pair.

Callers 1

config.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected