View on GitHub

DDescriber

Intellij / Webstorm plugin to quickly transform a Jasmine test block from describe() to ddescribe() and a unit test from it() to iit()

Download this project as a .zip file Download this project as a tar.gz file

DDescriber plugin for Jasmine.

The DDescriber for Jasmine is an idea plug-in to simplify unit testing in Jasmine (http://pivotal.github.com/jasmine/).

Youtube view to show you how to use the ddescriber

With the plugin you can quickly change a describe() into a ddescribe() / xdescribe() and an it() into an iit() / xit() to make your test runner, such as Karma or JSTD, run a specific set of suites (describe()) and unit tests (it()).

You can launch the dialog by pressing Ctrl SHIFT D (Command Shift D on a Mac).

The dialog has the following features:

Change a single describe() or it() by hitting Enter or clicking on the OK button.