PlainClientDecorator Class
Constructor
PlainClientDecorator
()
Item Index
Methods
complete
()
Reporting is completed
initialize
()
Initializes the instance
itemData
(
-
id
-
json
Called when any item has custom data
itemMessage
(
-
id
-
message
Called when any item has a custom message
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:
start
()
Called when reporting starts
stop
()
Called when reporting stops
suiteStart
(
-
id
-
parentId
-
suiteName
Called when suite starts
testError
(
-
id
-
[message]
-
[reason]
Called when test has an error
testFailed
(
-
id
-
[message]
-
[reason]
Called when test fails
testSkipped
(
-
id
-
[reason]
Called when test is skipped
testStart
(
-
id
-
parentId
-
testName
Called when test starts