Testacular -- JavaScript Testrunner

 — 1 minute read


Google released the JavaScript test runner Testacular which enables running JavaScript tests in the console. In this way, executing tests can be easily integrated into your IDE. Testacular is unit test framework agnostic and the developers demonstrate it using Jasmine.

There is also a short introduction video.