in the below newman command, I have multiple folders and environment variables. So whenever I am passing environment variables, its passing only to first folder in collection, rest all folders are running with default values-not with the the env variable which I passed through run.
hi i tried it now and it looks to be working fine :
Are you using data file ? confirm that the csv or json file you are using doesn’t have any column with name of the --env-var passed. As data variable as more scope the value in the csv will be taken not the value passed from command line
could you also add the command and collections you used if still facing the issue