You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
This is a forked NPM package, to provide the new functionality to users. The current maintainers are quite overloaded by the acquisition of K6 by Grafana. By forking the repo & package, users can keep using new PR's & (security) fixes. At a later stage the changes can potentially be merged back in the original postman-to-k6 repo.
The changelog contains the differences between the original package & the forked version.
Due to the inability to properly support this project, the k6 team has decided not to continue its development. The primary reason is that k6 scope has grown significantly with the launch of k6 extensions. The team is prioritizing extending k6 capabilities over the converters.
We suggest you post your issue at api-deck/postman-to-k6. The project is active and maintained on this fork.
When a request from the Postman collections contains a disabled HTTP header
it ends up being enabled in the generated k6 script:
This may break the request processing and leads to different results when run from Postman or k6.
I propose don't importing disabled headers or alternatively, have them commented out in the resulting script (if this is easily possible).
The text was updated successfully, but these errors were encountered: