-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
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:
└─┬ newman@6.2.1
├─┬ @postman/tough-cookie@4.1.3-postman.1
│ ├─┬ psl@1.15.0
│ │ └── punycode@2.3.1 deduped
│ └── punycode@2.3.1
├─┬ postman-collection@4.4.0
│ └─┬ postman-url-encoder@3.0.5
│ └── punycode@2.3.1 deduped
└─┬ postman-request@2.88.1-postman.34
└─┬ har-validator@5.1.5
└─┬ ajv@6.12.6
└─┬ uri-js@4.4.1
└── punycode@2.3.1 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)?