UNPKG

@apideck/portman

Version:

Port OpenAPI Spec to Postman Collection, with contract & variation tests included

3 lines (2 loc) 233 B
import { NewmanRunOptions } from 'newman'; export declare const runNewmanWith: (postmanCollectionFile: string, newmanEnvFile: string, newmanDataFile: string | undefined, newmanRunOptions: Partial<NewmanRunOptions>) => Promise<void>;