UNPKG

@dot.indonesia/po-gen

Version:

This project has created to relieve work load as SDET or Automation Test Engineer. You just export the postman collection, and run this generator to write the automation code.

8 lines (7 loc) 244 B
/** * @description main environment generator * @param {any} file json file (.json) * @param {any} envName environment name * @returns {Promise<void>} */ export declare const generateEnv: (file: any, envName: any) => Promise<void>;