Stryker.MultipleProjectRunner
Stryker.MultipleProjectRunner copied to clipboard
Adding ability to execute stryker only for the changes and in parallel for faster execution
Have made changes to include following capability
- For a given commitId, get the project pair (functional project & test project) in which changes are done. if no commit id is available, then entire project pair in the solution will be considered for execution
- Run stryker in paralllel using start-job cmdlet and track for the completion
- Combine json report had issue for latest stryker version and fixed