GTAC 2013: Karma – Test Runner for JavaScript
http://g.co/gtac2013
script type="text/javascript" src="http://aos-creative.prf.hn/creative/camref:100l3Rd/creativeref:10l3694">
Vojta Jina, Google
Introduction to Karma – test runner that makes testing JavaScript applications in real browsers frictionless and enjoyable.
Testing is not optional when one is building a JavaScript application that must work across many browsers and devices. However executing tests in all of these various environments is hard. Karma turns this typically painstaking task into a piece of cake. It allows you to execute JavaScript tests in real browsers or devices such as your phone or tablet directly from the comfort of your terminal or your favorite IDE.
source