How do i run all the test scenarios of a project togather using apidog cli

We have added around 10 scenarios for a microservice , and are able to trigger each of them using the cli.

It is creating an overhead of updating the our CI script everytime a new scenario is added. Is there a simple way where with one command i can run all the scenarios at once.

You can create a test scenario that includes all other scenarios and generate the corresponding command. You may want to name it differently from others, such as “Collections - all tests.”