radheshyamp
3 months agoOccasional Contributor
How to run execution plan Group by using test execute?
I have created multiple groups base on application modules and i need to run it using TestExecute, Can you please share the command line? I am using below command line but its not working - TestExe...
- 3 months ago
To run what's in your "Group1" folder I would use: /test:Group1
That works for us.So, in your example that would be: TestExecute.exe "<ProjectPath>" /p:<ProjectName> /test:Group1