1.0.9 • Published 6 years ago

wdio-crossbrowsertesting-service v1.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago