Skip to content

Releases: webdriverio-community/wdio-teamcity-reporter

Possibility to customize reporter messages

24 May 08:05
Compare
Choose a tag to compare

Added reporterOptions. This provide you a possibility to adjust reporter functionality.

  • captureStandardOutput (boolean) — if true, all the standard output (and standard error) messages received between testStarted and testFinished messages will be considered test output. The default value is false and assumes usage of testStdOut and testStdErr service messages to report the test output. Default false.
  • flowId (boolean) — if true, flowId property will be added to all messages. Flow tracking is necessary for example to distinguish separate processes running in parallel. Default true.
  • 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

06 May 16:04
Compare
Choose a tag to compare

Added flowId attribute to distinguish separate processes running in parallel

Stable

08 Apr 12:42
Compare
Choose a tag to compare
  • added node.js 0.12 support;
  • artificial tests.

Typos fix

07 Apr 16:21
Compare
Choose a tag to compare
0.0.2

Update package.json

Initial

07 Apr 16:11
Compare
Choose a tag to compare
0.0.1

barely working demo