muter-mutation-testing/muter

Run mutations in parallel

Opened this issue · 2 comments

Run mutations in parallel

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

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.