UNPKG

@floogulinc/cypress-mongo-seeder

Version:

A cypress plugin to populate a mongo db from json files

3 lines (2 loc) 245 B
export declare const seedAll: (mongoUri: string, dataFolder: string, dropCollection?: boolean) => Promise<any>; export declare const seedSingleCollection: (mongoUri: string, fileAbsolutePath: string, dropCollection?: boolean) => Promise<any>;