Hello
I am trying to invoke the simulation thorugh API call.
I have gatling test code available in multiple git repos and have configured them in gatling enterprise.
Using 1 simulation, I am trying to run test against these different git repos. i.e At any point of time only 1 test will run.
I see the simulation is binded with 1 repo at given time. Is it possible to override the default assigned repo in run time.
Using the System props - I can add other dynamic parameters(custom values based on our gatling test framework) which are required for my test. But not the repository itself.