Releases: webdriverio-community/wdio-teamcity-reporter
Releases · webdriverio-community/wdio-teamcity-reporter
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]
.
Fix for the usage in parallel
Added flowId attribute to distinguish separate processes running in parallel
Stable
- added node.js 0.12 support;
- artificial tests.
Typos fix
0.0.2 Update package.json
Initial
0.0.1 barely working demo