@gatling.io/postman
Version:
Gatling Postman adds support for loading Postman collections in the [Gatling load testing tool](https://gatling.io/).
7 lines (6 loc) • 409 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.postmanProtocol = exports.postman = void 0;
var postman_1 = require("./postman");
Object.defineProperty(exports, "postman", { enumerable: true, get: function () { return postman_1.postman; } });
Object.defineProperty(exports, "postmanProtocol", { enumerable: true, get: function () { return postman_1.postmanProtocol; } });