From e1f59a77d829f1d1f4effb36c8eef94e775ed6ab Mon Sep 17 00:00:00 2001 From: Mikhail Golikov Date: Wed, 27 May 2026 20:50:28 +0100 Subject: [PATCH] Add postman2pytest to API Testing section verified-commit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1c5d1c..21aa0e1 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,7 @@ Contributions are most welcome. Categories are also open to suggestions! - [OWASP Zaproxy](https://github.com/zaproxy/zaproxy): A tool to test your API for known security vulnerabilities, with a great CI integration. - [RestQA](https://github.com/restqa/restqa): Microservice API Testing tool focused on providing a great developer experience. - [Optic CI](https://www.useoptic.com/docs/diff-openapi): Test for breaking API changes in CI Pipelines +- [postman2pytest](https://github.com/golikovichev/postman2pytest): Python CLI that converts a Postman Collection v2.1 JSON file into a runnable pytest test module. ## API Developer Portal - [Tyk](https://tyk.io/features): API Developer Portal on top of API gateway, make your API gateway easier to be used by developers.