Class: WdioTestRailCucumberReporter

WdioTestRailCucumberReporter~ WdioTestRailCucumberReporter

Class representing Cucumber reporter data and methods


new WdioTestRailCucumberReporter(baseReporter, config)

Parameters:
Name Type Description
baseReporter Object

Configured in wdio.conf file

config Object

wdio config proprties

Properties
Name Type Description
testRailsOptions Object

wdio TestRail specifc configurations

Properties
Name Type Argument Description
domain string

Domain for TestRail

projectId number

Project identifier

suiteId Array.<number>

List of suites identifiers

assignedToId number <optional>

User identifier

username string

User email

password string

User API key

includeAll Boolean

Flag to inlcude all tests from a suite in a run

updateRun number <optional>

Test run identifier for test run to update

updatePlan number <optional>

Test plan identifier for a test plan to update

Source:

Extends

  • events.EventEmitter