The postman collection is within a team workspace(not public), so unable to access the collection from newman via link. The use case here is- I have around 5 scripts in my collection and the output of the first script will be saved as a global variable and then used in the second script. Likewise, for all the following scripts. I am trying to automate this process to have it run from Newman.
Questions
- Can I access a collection (which is not in a public workspace) from Newman?
- I exported the collection and global variables in Json format. Is there an option in Newman commands to run the collection with global variables and ?
- Is Newman a good approach to automate such a use case?