postman-to-k6 icon indicating copy to clipboard operation
postman-to-k6 copied to clipboard

Converts Postman collections to k6 script code

Results 13 postman-to-k6 issues
Sort by recently updated
recently updated
newest added

If you want to use this new feature, I have provided a forked NPM package version that contains the feature: Replace in your packages.json: ``` "dependencies": { "postman-to-k6": "^1.5.0" }...

Bumps [nth-check](https://github.com/fb55/nth-check) from 1.0.2 to 2.0.1. Release notes Sourced from nth-check's releases. v2.0.1 Fixes: Replace regex with hand-rolled parser for nth-expressions (#9) 9894c1d Ensures parsing will always have linear time...

dependencies

If you want to use this new enhancement, I have provided a forked NPM package version that contains the feature: Replace in your packages.json: ``` "dependencies": { "postman-to-k6": "^1.5.0" }...

Fixes a bug that when using the --skip-pre/--skip-post options was passed, the converter did not remove the pre-request/post-request scripts at the collection or folder level.

Fix for unwanted encoding of Postman variables in query string, but keep support for "space". In https://github.com/k6io/postman-to-k6/pull/93, we introduced `URI.encodeReserved(feature.address.query())` to leverage encoding of query string to handle spaces/+ properly....

Currently the package supports 3 random Postman functions. ``` /* Version 4 GUID */ guid() { return guid(); }, /* Random integer [0,1000] */ randomInt() { return Math.floor(Math.random() * 1001);...

Added option to generate a K6 JSON summary through the handleSummary() callback.

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.6 to 1.19.7. Release notes Sourced from urijs's releases. 1.19.7 (July 14th 2021) SECURITY fixing URI.parseQuery() to prevent overwriting __proto__ in parseQuery() - disclosed privately by @​NewEraCracker...

dependencies

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.30 to 7.0.36. Release notes Sourced from postcss's releases. 7.0.36 Backport ReDoS vulnerabilities from PostCSS 8. 7.0.35 Add migration guide link to PostCSS 8 error text. 7.0.34...

dependencies