I want to run my postman Collection and Environment in CMD using newman by using Postman-APIKey.
What I tried:
newman run "https://api.getpostman.com/collections/{{collectionKEy}}?apikey={{APIKey}}&EnvironmentKey={{EnvironmentKey}}"
After running, I get the following error for every requests which using environment variables:
"runtime:extensions~request: request url is empty"
Or is there any other way to use both Environment and Collection?