@redocly/respect-core
Version:
API testing framework core
5 lines • 528 B
TypeScript
import { type TestDescription, type AppOptions, type TestContext, type InputSchema } from '../../../types.js';
import { type ApiFetcher } from '../../../utils/api-fetcher.js';
export declare function createTestContext(testDescription: TestDescription, options: AppOptions, apiClient: ApiFetcher): Promise<TestContext>;
export declare function collectSecretValues(ctx: TestContext, schema: InputSchema | undefined, inputs: Record<string, any> | undefined, path?: string[]): void;
//# sourceMappingURL=create-test-context.d.ts.map