LambdaTest Service
wdio-lambdatest-service is a 3rd party package, for more information please see GitHub | npm
A WebdriverIO service that manages tunnel and job metadata for LambdaTest users.
#
InstallationThe easiest way is to keep wdio-lambdatest-service
as a devDependency in your package.json
.
You can simple do it by:
Instructions on how to install WebdriverIO
can be found here.
#
ConfigurationWebdriverIO has LambdaTest support out of the box. You should simply set user
and key
in your wdio.conf.js
file. This service plugin provides supports for LambdaTest Tunnel. Set tunnel: true
also to activate this feature.
#
OptionsIn order to authorize to the LambdaTest service your config needs to contain a user
and key
option.
#
tunnelSet this to true to enable routing connections from LambdaTest cloud through your computer. You will also need to set tunnel
to true in browser capabilities.
Type: Boolean
Default: false
#
lambdatestOptsSpecified optional will be passed down to LambdaTest Tunnel. See this list for details.
Type: Object
Default: {}
For more information on WebdriverIO see the homepage.