3.0.0 • Published 8 years ago

integrator-browserstack-tunnel v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

integrator-browserstack-tunnel

Browserstack tunnel plugin for integrator.

Table of contents

Install

npm install --save integrator-browserstack-tunnel

Use

In your integrator config file:

import BrowserstackTunnel from 'integrator-browserstack-tunnel';

export default {
  suite: './suite',
  configurations: {
    browserstack: {
      plugins: [
        new BrowserstackTunnel('<your Browserstack local key>')
      ],
      common: {
        hub: 'http://hub.browserstack.com/wd/hub',
        capabilities: {
          'browserstack.local': true,
          ...
        }
      },
      targets: [
        ...
      ]
    }
  }
};

License

Released under the MIT license.