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.

7 lines (6 loc) 234 B
/** * @description asynchronous function to write runner into directory * @param {any[]} testsPath all generated test path * @returns {Promise<void>} */ export declare const writeRunner: (testsPath: any[]) => Promise<void>;