API Docs for: 0.0.7
Show:

Reporter Class

Defined in: index.js:30
Module: Reporter

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"]

Constructor

Reporter

()

Defined in index.js:30

Item Index

Methods

importLogModule

(
  • data
)
chainable

Defined in index.js:80

Imports an output module with the correct log state

Parameters:

  • data Object

startListening

(
  • data
)
chainable

Defined in index.js:102

Connects to all the event listeners

Parameters:

  • data Object