1.0.9 • Published 5 years ago

wdio-crossbrowsertesting-service v1.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

WebdriverIO CrossBrowserTesting Service

A WebdriverIO service that manages local tunnel and job metadata for CrossBrowserTesting users.

Installation

Simply run:

npm install --save-dev wdio-crossbrowsertesting-service

Configuration

// wdio.conf.js
export.config = {
  // ...
  services: ['crossbrowsertesting'],
  user: process.env.YOUR_USERNAME,
  key: process.env.YOUR_ACCESS_KEY,
  cbtTunnel: true,
  // ...
};

Options

user

Your CBT username.

Type: String

key

Your CBT authkey.

Type: String

cbtTunnel

If true secure CBT local connection is started.

Type: Boolean Default: false

For more information on WebdriverIO see the homepage.

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago