integrator-browserstack-tunnel
v3.0.0
Published
Start BrowserStackLocal secure tunnel for running tests against local environments
Downloads
2
Readme
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.