winappdriver Service
wdio-winappdriver-service is a 3rd party package, for more information please see GitHub | npm
This service helps you to run the WinAppDriver server seamlessly when running tests with the WDIO testrunner. It starts the WinAppDriver in a child process.
#
InstallationInstructions on how to install WebdriverIO
can be found here.
#
ConfigurationIn order to use the service you need to add winappdriver
to your service array:
#
OptionsThe following options can be added to the wdio.conf.js file. To define options for the service you need to add the service to the services
list in the following way:
#
logPathPath where all logs from the winappdriver server should be stored.
Type: String
Example:
#
commandTo use your own installation of WinAppDriver, e.g. globally installed, specify the command which should be started.
Type: String
Example:
#
argsList of arguments passed directly to WinAppDriver
.
See the documentation for possible arguments.
Type: Array
Default: []
Example: