Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
const
DEFAULT_API_URL =
'https://api.testsprite.com'
;
19
20
export
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.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected