CtrlK
BlogDocsLog inGet started
Tessl Logo

golikovichev/postman2pytest

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

1.00x
Quality

100%

Does it follow best practices?

Impact

100%

1.00x

Average score across 2 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

Evaluation results

100%

Convert only one folder of a Postman collection

Convert only the Orders folder of a Postman collection with --filter-folder

Criteria
Without context
With context

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%

100%

Convert a multi-folder Postman collection into a runnable pytest suite

Convert a Postman v2.1 collection to pytest with auth scrubbing

Criteria
Without context
With context

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%

Evaluated
Agent
Claude Code
Model
Claude Sonnet 4.6

Table of Contents