API Docs for: 0.9.3
Show:

NodeClient Class

Constructor

NodeClient

()

Methods

_setupDecorators

(
  • eventReporter
  • decorators
  • decoratorPlugins
)
AbstractClientDecorator[] private

Setup decorator plugins

Parameters:

  • eventReporter EventReporter
  • decorators Object[]
  • decoratorPlugins Object

getDecorator

() AbstractClientDecorator[]

Gets the decorator

getEventReporter

() EventReporter

Gets the event-reporter

Returns:

EventReporter:

getOptions

() Object

Gets the options

Returns:

getPath

() String

Gets the path of the file to require

Returns:

getReportManager

() ReportManager

Gets the report-manager

Returns:

ReportManager:

processAfter

() Promise

Processes the end of the testing environment

Returns:

Promise:

processAfterTest

() Promise

Processes the ending of a test

Returns:

Promise:

processBefore

() Promise

Processes the begin of the testing environment

Returns:

Promise:

processBeforeTest

() Promise

Processes the beginning of a test

Returns:

Promise:

run

(
  • parentId
)
Promise

Inherited from AbstractClient but overwritten in lib/task/client/node.js:27

Execute client

Parameters:

Returns:

Promise: