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

Interface InsomniaOptions

packages/insomnia-testing/src/run/insomnia.ts:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export type SendRequestCallback<TResponse> = (requestId: string) => Promise<TResponse>;
2
3export interface InsomniaOptions<TResponse> {
4 sendRequest: SendRequestCallback<TResponse>;
5 bail?: boolean;
6 keepFile?: boolean;
7 testFilter?: string;
8}
9
10/**
11 * An instance of Insomnia will be exposed as a global variable during

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected