rajbos / Stryker.MultipleProjectRunner

Runs Stryker for multiple .NET Core projects and aggregates the results
MIT License
19 stars 4 forks source link

Adding ability to execute stryker only for the changes and in parallel for faster execution #7

Open manikandanid opened 10 months ago

manikandanid commented 10 months ago

Have made changes to include following capability

  1. 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
  2. Run stryker in paralllel using start-job cmdlet and track for the completion
  3. Combine json report had issue for latest stryker version and fixed