UNPKG

@gatling.io/postman

Version:

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

10 lines (9 loc) 410 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.onExecute = exports.wrapUrl = exports.onInit = void 0; const Usage = Java.type("io.gatling.postman.enterprise.Usage"); const onInit = () => Usage.onInit((msg) => console.log(msg)); exports.onInit = onInit; exports.wrapUrl = Usage.wrapUrl; const onExecute = (userId) => Usage.onExecute(userId); exports.onExecute = onExecute;