Console

Daleks basic reporter, all the lovely colors & symbols you see when running dalek. The reporter will be installed by default.

If you would like to use the reporter in addition to another one, you can start dalek with a special command line argument


 $ dalek your_test.js -r console,junit
 

or you can add it to your Dalekfile


 "reporter": ["console", "junit"]