Possibility to customize reporter messages
Added reporterOptions
. This provide you a possibility to adjust reporter functionality.
captureStandardOutput (boolean)
— iftrue
, all the standard output (and standard error) messages received betweentestStarted
andtestFinished
messages will be considered test output. The default value isfalse
and assumes usage of testStdOut and testStdErr service messages to report the test output. Defaultfalse
.flowId (boolean)
— iftrue
,flowId
property will be added to all messages. Flow tracking is necessary for example to distinguish separate processes running in parallel. Defaulttrue
.message (string)
— possibility to provide particular format for the name property. Possible keys:[browser]
,[title]
,[hash]
. Example,[browser] [title]
. Default[title]
.