ywinappdriver Service
wdio-ywinappdriver-service is a 3rd party package, for more information please see GitHub | npm
This service helps you to run the ywinappdriver server seamlessly when running tests with the WDIO testrunner. It starts the ywinappdriver in a child process.
Installation#
Instructions on how to install WebdriverIO can be found here.
Configuration#
In order to use the service you need to add ywinappdriver to your service array:
Options#
The 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:
logPath#
Path where all logs from the ywinappdriver server should be stored.
Type: String
Example:
command#
To use your own installation of winappdriver, e.g. globally installed, specify the command which should be started.
Type: String
Example:
args#
List of arguments passed directly to ywinappdriver.
See the documentation for possible arguments.
Type: Array
Default: []
Example: