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.
Log level output in spec reporter console.
A key-value store of headers to be added to every selenium request. Values must be strings.
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'.
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.
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 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 all properties of the
config
parameter passed to the callback functions of IWorkfloConfig that can be defined in IWorkfloConfig.