1

Top async testing frameworks in node?

Bonus: parallel execution, per test file or folder, by default
Bonus: realtime results

yzorg
  • 4,224
  • 3
  • 39
  • 57
  • Some overlap with the body of this closed question from 2013: http://stackoverflow.com/questions/4308786/what-is-the-best-testing-framework-to-use-with-node-js But this question includes testing inside the browser, which is out-of-scope for me. – yzorg Nov 22 '16 at 20:50

2 Answers2

1

AVA

https://ava.li
Futuristic JavaScript test runner

Sindre Sorhus
  • 62,972
  • 39
  • 168
  • 232
yzorg
  • 4,224
  • 3
  • 39
  • 57
0

Jest has realtime results as of version 16: http://facebook.github.io/jest/blog/2016/10/03/jest-16.html

Jest

https://facebook.github.io/jest/

yzorg
  • 4,224
  • 3
  • 39
  • 57
cpojer
  • 76
  • 3
  • That was one of my original answers, but I used the name "Jest JS". I'll remove mine and upvote yours. – yzorg Dec 07 '16 at 14:06