Skip to content

Newman updates #3318

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kilimandzsaro opened this issue Mar 12, 2025 · 3 comments
Open

Newman updates #3318

kilimandzsaro opened this issue Mar 12, 2025 · 3 comments

Comments

@kilimandzsaro
Copy link

kilimandzsaro commented Mar 12, 2025

Hi, I opened a support request to Postman to find out if this repository is maintained at all. They said yes and to be able to track the new changes, I should open an issue here.
So here it is.

My original support request (#235539):

Hello,

We are using newman in our CI to run our Postman collection. I noticed a long time ago, that when I use newman, a deprecation warning was coming:

(node:11184) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.

It try to keep all my packages up-to-date, but it seems that this warning is coming from postman packages:

└─┬ [email protected]
├─┬ @postman/[email protected]
│ ├─┬ [email protected]
│ │ └── [email protected] deduped
│ └── [email protected]
├─┬ [email protected]
│ └─┬ [email protected]
│ └── [email protected] deduped
└─┬ [email protected]
└─┬ [email protected]
└─┬ [email protected]
└─┬ [email protected]
└── [email protected] deduped

I checked the newman repository (https://github.com/postmanlabs/newman) and the last update was 7 months ago there. There's a lot of issues and PRs open. Is this repository maintained at all? If not newman, what else can be used in CI to run the collections, which can run them locally (not using cloud)?

@marcthayer
Copy link

Linking another issue with other deprecation warnings: #3289

@marcthayer
Copy link

marcthayer commented Mar 13, 2025

@kilimandzsaro
Copy link
Author

kilimandzsaro commented Mar 14, 2025

Postman CLI is not good enough for our need. In the support ticket I explained why, but I paste it here as well:

Our collections and environment variables are saved in our repository, next to the code, so it is under version control and no need to maintain the tests in a separate place. It's strait forward and a big help to the developers who can run all tests with one command and no need to switch tools. I was happy with newman, because it's fast and it has an html reporting, the package is small enough and doesn't require resources. Also, it is very useful if a developer can run the test without internet (on an airplane or if they don't have access to internet). Our platform can be setup locally (no internet required) and I prefer if all the tests can be run offline as well. Internet must not be a bottleneck for testing. As the company's QA I try to make all tests available and accessible on all environments, otherwise I can't expect from the devs to run the tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants