How to run more one one test project? #2042
-
I'm sure you guys have multiple tests projects, how are you guys executing stryker as it seems like you can only run specific projects. My project looks something like this:
I've tried pointing at sln directly and running but it mentions it finds no csproj files, I assume it looks in the root folder tests (?). I tried having working directly as test/ folder but again I don't think it actually recursively looks up projects and execute them. Is the only way to specify each project one by one? Ideally what I'm looking for is simple pipeline task that executes on all test projects under a given directory |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
At this time running stryker on a whole solution is not functioning. You can use multiple test projects targeting one project. |
Beta Was this translation helpful? Give feedback.
At this time running stryker on a whole solution is not functioning. You can use multiple test projects targeting one project.