Testingbot Service
WebdriverIO service that provides a better integration into TestingBot. It updates the job metadata ('name', 'passed', 'tags', 'public', 'build', 'extra') and runs TestingBot Tunnel if desired.
#
InstallationThe easiest way is to keep @wdio/testingbot-service
as a devDependency in your package.json
.
You can simple do it by:
Instructions on how to install WebdriverIO
can be found here.
#
ConfigurationIn order to use the service you need to set user
and key
in your wdio.conf.js
file, and set the host
option to hub.testingbot.com
. If you want to use TestingBot Tunnel
you just need to set tbTunnel: true
.
#
OptionsIn order to authorize to the TestingBot service your config needs to contain a user
and key
option.
#
tbTunnelIf true it runs the TestingBot Tunnel and opens a secure connection between a TestingBot Virtual Machine running your browser tests.
Type: Boolean
Default: false
#
tbTunnelOptsApply TestingBot Tunnel options (e.g. to change port number or logFile settings). See this list for more information.
Type: Object
Default: {}