top | item 5477529

Karma: Spectacular Test Runner for JavaScript

43 points| madmax108 | 13 years ago |karma-runner.github.com

10 comments

order
[+] pnt|13 years ago|reply
This project was originally called Testacular. I was little confused at first, thinking it was a late and flat April fool's joke.
[+] Kiro|13 years ago|reply
Great. The name alone has stopped me from using it.
[+] sudhirj|13 years ago|reply
Yup. If you look at the docs, they haven't finished renaming it yet. They seem to be using 'karma' and 'testacular' interchangeably.
[+] EzGraphs|13 years ago|reply
Very cool project. Nothing like having your tests run every time you save a file... in several different browsers if you like. This and docco made me think about about node differently. Though it is a server side JavaScript framework, it has also become a platform for developer automation tasks.
[+] 3amOpsGuy|13 years ago|reply
I believe one of the guys behind this is Misko Hevery (of AngularJS). He's test-driven mad (which is a good thing IMO). I've been meaning to try Testacular / Karma out just because of the pedigree.
[+] programminggeek|13 years ago|reply
Autorunning tests is cool, and great for TDD. I usually just use Guard for that, but I can understand why they would build their own thing to suit their needs better.