UNPKG

@gatling.io/postman

Version:

Gatling Postman adds support for loading Postman collections in the [Gatling load testing tool](https://gatling.io/).

4 lines (3 loc) 184 B
export declare const onInit: () => void; export declare const wrapUrl: ((url: string, userId: number) => string) | undefined; export declare const onExecute: (userId: number) => void;