Home

Awesome

ParallelTesting

A very simplistic implementation of parallel testing using TaskIt and Traits.

Loading

Metacello new
  baseline: 'ParallelTesting';
  repository: 'github://mattonem/ParallelTesting:master';
  load.

Usage

When your test cases could run in parallel (e2e testing for instance), just add the Trait ParallelTestCase to your test case.

If you want to configure how many tests can be run in concurently: