Hacker News new | ask | show | jobs
JavaScript Test-Runners Benchmark: A comparison of the most popular test-runners (medium.com)
2 points by vitalets 3280 days ago
1 comments

Speed of test-runners is important, but in my opinion can't be top priority. Far more important is better flexibility of writing tests and bigger asserting tools. Thanks to that, you can write more test and coverage more code.
I agree. We should consider several criterias. The speed becomes more important for huge number of tests when execution time starts to annoy developers.