Convert a Postman Collection v2.1 JSON file into a runnable pytest test suite using the postman2pytest CLI. Use when the user has a Postman collection (a .postman_collection.json or v2.1 JSON export) and wants to run it as pytest in CI, when migrating from Postman/Newman to a Python-native test stack, when bridging Postman-documented APIs into a pytest-based regression suite, when the user asks to generate pytest tests from Postman, or when the user mentions wanting to keep Postman as the source of truth but run the suite with pytest.
93
100%
Does it follow best practices?
Impact
100%
1.00xAverage score across 2 eval scenarios
Passed
No known issues
Convert only the Orders folder of a Postman collection with --filter-folder
Installs postman2pytest
100%
100%
Runs CLI with --filter-folder
100%
100%
Exactly two test functions
100%
100%
Catalog requests excluded
100%
100%
Module parses as valid Python
100%
100%
results.txt produced
100%
100%
Convert a Postman v2.1 collection to pytest with auth scrubbing
Installs and runs postman2pytest CLI
100%
100%
Exactly ten test functions
100%
100%
All four folders represented
100%
100%
No bearer token appears verbatim
100%
100%
Authorization read from environment
100%
100%
Module parses and is self-contained
100%
100%
results.txt verifies count and zero leaks
100%
100%