muter-mutation-testing / muter

🔎 Automated mutation testing for Swift 🕳️
MIT License
496 stars 39 forks source link

Run mutations in parallel #272

Open rakaramos opened 7 months ago

Nikoloutsos commented 6 months ago

@rakaramos May you explain what are you think on this? 🤔

rakaramos commented 5 months ago

sure @Nikoloutsos 2 ideas

  1. use concurrency to run the mutation tests (probably won't work on iOS since we cannot multiple instances of the same simulator).
  2. break the mutation test plan into serveral jsons so that the user can run at separate machines (or even use docker or something similar). Muter would only have to merge the partial results.