Unable to process SessionCreator.exe Output in TestExecute via TeamCity
Hi Everyone,
I'll trigger different plans parallelly so if an agent machine is free, it will automatically pick the agent machine and started running.
But when I trigger TestExecute via SessionCreator in TeamCity it will trigger the TestExecute and the project will start to run and once TestExecute is trigger it will return and output like "Exit Code" as 0 and then the next plan is picking up before the pervious plan got completed in TestExecute.
I've no clue how to handle this kind of situation with SessionCreator.exe file, anyone has any idea on how to make the session creator to wait until the execution got completed so that TeamCity won't allow to run the queued plans.
I've already tried with Timeout and Export report, but it doesn't help.
Thanks in advance!