Hacker News new | ask | show | jobs
by cburgmer 3960 days ago
Alternatively for RSpec and friends there's https://github.com/grosser/parallel_tests. Works without a centralised server.
1 comments

I do like parallel_tests for rspec but specifically like that TLB is multiplatform as we use many test engines in my shop for our Ruby, JS, Scala, C#, and Swift code. I don't mind installing a jvm but really appreciate setting up one server and being able to leverage it for multiple code bases.