()
| 13 | export const DEFAULT_PROFILE = 'default'; |
| 14 | |
| 15 | export function defaultCredentialsPath(): string { |
| 16 | return join(homedir(), '.testsprite', 'credentials'); |
| 17 | } |
| 18 | |
| 19 | export interface ProfileEntry { |
| 20 | apiKey?: string; |
no outgoing calls
no test coverage detected