// Auto-generated by the postman-to-k6 converter import "./libs/shim/core.js"; export let options = { maxRedirects: 4 }; const Request = Symbol.for("request"); postman[Symbol.for("initial")]({ options, collection: { postId: "1" } }); export default function() { postman[Request]({ name: "TestRequest {{}}", id: "318e9357-9939-40d7-b367-cfd0084e5a79", method: "GET", address: "https://jsonplaceholder.typicode.com/comments?postId={{postId}}" }); postman[Request]({ name: "TestRequest-space", id: "48563941-9b75-4565-bdc9-822a25d0f639", method: "GET", address: "https://jsonplaceholder.typicode.com/comments?$orderby=name,createdDt%20desc" }); postman[Request]({ name: "TestRequest-+", id: "d80f67c5-d2d1-4dac-b1f9-3d79e76932b6", method: "GET", address: "https://jsonplaceholder.typicode.com/comments?name=john+due" }); }