A WebdriverIO service that provides a better integration into TestingBot
npm install @wdio/testingbot-serviceWebdriverIO 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.
The easiest way is to keep @wdio/testingbot-service as a devDependency in your package.json, via:
``sh`
npm install @wdio/testingbot-service --save-dev
Instructions on how to install WebdriverIO can be found here.
In order to use the service you need to set user and key in your wdio.conf.js file, and set the hostname option to hub.testingbot.com. If you want to use TestingBot TunneltbTunnel: true
you need to set .
`js`
// wdio.conf.js
export const config = {
// ...
user: process.env.TB_KEY,
key: process.env.TB_SECRET,
services: [
['testingbot', {
tbTunnel: true
}]
],
// ...
};
To authorize the TestingBot service your config needs to contain a user and key option.
Type: Booleanfalse
Default:
Type: Object{}`
Default: