Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qustion - How to convert multiple postman collections at once..? #92

Open
EdisonEy opened this issue Dec 12, 2022 · 1 comment
Open

Comments

@EdisonEy
Copy link

is it possible to convert 2 postman collections at once..?

for eg: is it possible to do something like postman-to-k6 collection1.json collection2.json -o k6-script.js like this..?

if not is there any workaround to achieve the same..?

@thim81
Copy link
Collaborator

thim81 commented Dec 12, 2022

hi @EdisonEy

That is not possible through the postman-to-k6 CLI, but some libraries could do this before you pass it to the CLI.
Like: https://www.npmjs.com/package/postman-combine-collections (disclaimer, I have not tested the library)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants