Manuals: http://sunaku.github.io/tork
Sources: GitHub - sunaku/tork: 💞 Tests your Ruby code, in parallel, as you change it
Tork runs your tests as they change, in parallel:
-
Absorbs test execution overhead into a master process.
-
Forks to inherit overhead and run test files in parallel.
-
Avoids running unchanged tests inside changed test files.
Version 19.6.0 (2014-01-02)
This release improves tork-runner(1) responsiveness and fixes
tork-engine(1).
Minor:
- tork-runner(1) now prints the percentage of completed tests to
stderr.
Patch:
- tork-engine(1) emitted the
idle
event when tests were still
running.