-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
No result when i try to use it #79
Comments
Hi @zjhiphop, thanks for posting the issue. You usage of Newman is perfectly correct, its unfortunate that its not working for you. One quick question - can you tell us which version of postman you are using to generate (or export) this collection? |
I use version 0.8.3.5 |
Ah! The issue due to the old version of collection format. We will push a fix and improve the backward compatibility of Newman but I strongly urge you to upgrade your version of Postman (current: 0.9.9.2) which has a lot of new features and bug fixes. |
And i updated to 0.9.9.2, and exported the collection and environment. Then i run So is there anything i missed? Thanks! |
Hi! I tried the same - imported the old collection in postman and exported it. You can see it here. I ran the following command and it worked |
Thanks, it works now. Cool!! |
Hi, Newman
The steps i used to do test:
newman -u https://www.getpostman.com/collections/910fd2e72c4ac2f3add9 -e role.json -s
And i got nothing output except
Iteration 1 of 1
. So i was confused on how to use this tool.So if i want to run only one specific request, is it possible?
Thanks!
The text was updated successfully, but these errors were encountered: