Using docker-compose how to execute multiple Newman commands ( to run postman collection )

this is the existing command which runs only one collection.

Now I have two collections how do I update docker-compose file ? I am trying something like below, but doesn’t work.

Hey @amankamboj12 :wave:

There is currently no way to pass multiple collection files to newman as mentioned here.

However, I found a third-party library that might be helpful here:

Another approach would be to run a script file like this.

Hope this helps! :smiley: