PreceptorMessenger Class
Constructor
PreceptorMessenger
()
Item Index
Methods
_send
(
private
-
messageType
-
data
-
[options]
Sends a message
initialize
()
Initializes the instance
itemData
(
-
id
-
json
-
[options]
Item has custom data
itemMessage
(
-
id
-
message
-
[options]
Item has a custom message
suiteStart
(
-
id
-
parentId
-
suiteName
-
[options]
Suite starts
testError
(
-
id
-
[message]
-
[reason]
-
[options]
Test has an error
testFailed
(
-
id
-
[message]
-
[reason]
-
[options]
Test fails
testSkipped
(
-
id
-
[reason]
-
[options]
Test is skipped
testStart
(
-
id
-
parentId
-
testName
-
[options]
Test starts