UNPKG

pactum

Version:

REST API Testing Tool for all levels in a Test Pyramid

12 lines (11 loc) 211 B
export type ISpecStore = { name?: string path?: string options?: ISpecStoreOptions cb?: Function } export type ISpecStoreOptions = { status?: 'PASSED' | 'FAILED' append?: boolean merge?: boolean }