@redocly/respect-core
Version:
API testing framework core
13 lines • 462 B
TypeScript
import type { RequestData } from './prepare-request.js';
import type { TestContext, Step } from '../../types.js';
export declare function callAPIAndAnalyzeResults({ ctx, workflowId, step, requestData, }: {
ctx: TestContext;
workflowId: string;
step: Step;
requestData: RequestData;
}): Promise<{
successCriteriaCheck: boolean;
schemaCheck: boolean;
networkCheck: boolean;
}>;
//# sourceMappingURL=call-api-and-analyze-results.d.ts.map