I have two solution folders
- Tests – Tests simple Unit Tests
- Integration Tests – Tests running again the backend
Is there a way to run Tests inside a Solution Folder for example:
Only inside Tests Folder
Only inside Integration Folder
I already found this issue:
https://github.com/microsoft/vstest/issues/705 (quite old and not really what I want)
One Way I think about is using Conitional set of IsTestProject