Skip to content

tgvashworth/integrator-browserstack-tunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published