http(s).Agent instance to use
Options for allure report.
Will be appended to bug keys displayed in allure report. This can be useful as allure report provides no way to distinct issues and bugs by default.
Will be prepended to bug keys displayed in allure report. This can be useful as allure report provides no way to distinct issues and bugs by default.
Will be appended to issue keys displayed in allure report. This can be useful as allure report provides no way to distinct issues and bugs by default.
Will be prepended to issue keys displayed in allure report. This can be useful as allure report provides no way to distinct issues and bugs by default.
Pattern used to create urls for issues and bugs.
'%s' in pattern will be replaced with issue/bug keys defined in Story options.
Pattern used to create urls for testcase management system.
'%s' in pattern will be replaced with testId keys defined in Story options.
Name of the browser used to run the current tests.
Log level output in spec reporter console.
Path where the spec reporter console report of the current test run is stored.
Information about spec criteria of current test run. Used internally by wdio-workflo.
Date and time when the current test run was launched.
Filters used by wdio-workflo to determine which tests and specs to execute. Filters include specFiles, testcaseFiles, features, specs, testcases, suites, manualResultFiles and manualSpecs.
A key-value store of headers to be added to every selenium request. Values must be strings.
Path to the file that contains the name of the folder which stores the results of the latest test run.
Path where the merged results of all previous test runs and the current test run are stored for allure.
Path to the json file that stores the merged results of all previous test runs and the current test run.
Parsing results of testcases and spec files used internally by wdio-workflo to link specs and testcases.
Data used by wdio-workflo to output the results and statistics of a test run.
An HTTP proxy to be used. Supports proxy Auth with Basic Auth, identical to support for the url parameter (by embedding the auth info in the uri)
A key-value store of query parameters to be added to every selenium request.
If set to true, will output errors and validation failures immediately. Will be enabled by default if consoleLogLevel is set to 'steps'.
Path where results for the currently active browser are stored.
Defines how many times a testcase should be rerun if it did not pass.
The current testcase will be aborted on the first error or failed expectation
and rerun
Arguments for install command of selenium-standalone service.
Arguments for start command of selenium-standalone service.
Defines which spec files should run. The pattern is relative to the directory
from which wdio-workflo
was called.
Corresponds to the "specFiles" config option in the workflo config file.
Root directory for all system test artifacts of wdio-workflo.
If you set this value to something other than ${__dirname} + '/system_test
, you need to make sure that
the include
array in workflo's tsconfig file tsconfig.workflo.json
contains your testDir folder.
Path where the testinfo.json file resides.
Defines which testcase files should run. The pattern is relative to the directory
from which wdio-workflo
was called.
Corresponds to the "testcaseFiles" config option in the workflo config file.
Information used to trace which testcases validate which specs and which specs are validated in which testcases. Used internally by wdio-workflo.
Path to the uidStore.json file which is used to generate unique ids during test execution.
The generated ids will be preserved for future test runs until the uidStore.json file is deleted.
Generated using TypeDoc
Type definitions of the
config
parameter passed to the callback functions of IWorkfloConfig.