Thim

Results 181 comments of Thim

I have not included any tests, but I have tests for this, awaiting the merge of the open PR #121 , since this would allow snap shot testing.

For those missing this functionality, I have provided a forked NPM package version that contains the K6 JSON handleSummary functionality: Replace in your packages.json: ``` "dependencies": { "postman-to-k6": "^1.5.0" }...

hi @simskij I think I solved it BUT I needed to manually add a "faker.js" file in the shim folder, Which is a copy of "https://raw.githubusercontent.com/Marak/faker.js/9c65e5dd4902dbdf12088c36c098a9d7958afe09/dist/faker.min.js". since I couldn't get...

@simskij did you had some time to review to PR? Don't be overwhelmed by the amount code because this is mostly due to the 2 files that were added: -...

@dbacelar4i No news on the PR, still hoping from some feedback from the expert @simskij. I have been using the PR branch beginning of May 2021 and it works BUT...

@dbacelar4i I have bundled all the open functional PR's (#92 / #103 / #113) in a 1.6.0 release branch >> https://github.com/thim81/postman-to-k6/tree/release.1.6.0 You should be able to pull it in your...

@simskij with the acquisition by Grafana, what will happen with the postman-to-k6 package? And is there something we can help with?

Support for the usage of the `replaceIn` method was added, thanks to the contribution of @gfeun.

For those missing this functionality, I have provided a forked NPM package version that contains the Postman dynamic variables functionality: Replace in your packages.json: ``` "dependencies": { "postman-to-k6": "^1.5.0" }...