MCPcopy
hub / github.com/Kong/insomnia / EnvOptions

Interface EnvOptions

packages/insomnia-smoke-test/playwright/test.ts:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11} from './paths';
12
13interface EnvOptions {
14 INSOMNIA_DATA_PATH: string;
15 INSOMNIA_API_URL: string;
16 INSOMNIA_APP_WEBSITE_URL: string;
17 INSOMNIA_GITHUB_API_URL: string;
18 INSOMNIA_GITLAB_API_URL: string;
19 INSOMNIA_UPDATES_URL: string;
20}
21
22export const test = baseTest.extend<{
23 app: ElectronApplication;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected