@nightwatch/browserstack
Advanced tools
Comparing version 0.1.0 to 0.1.2
{ | ||
"name": "@nightwatch/browserstack", | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"description": "Nightwatch plugin for integration with browserstack.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,3 +9,3 @@ # @nightwatch/browserstack | ||
Official Nightwatch plugin for integration with BrowserStack. | ||
Official Nightwatch plugin for integration with the BrowserStack Local tunnel. | ||
@@ -25,3 +25,3 @@ ``` | ||
// browserstack plugin settings... | ||
browserstackPluginOptions: { | ||
'@nightwatch/browserstack': { | ||
browserstackLocal: true, // set true to manage browserstack local tunnel. Defaults to false. | ||
@@ -28,0 +28,0 @@ browserstackLocalOptions: { |
@@ -9,3 +9,3 @@ const util = require('util'); | ||
configure(settings = {}) { | ||
this._settings = settings.browserstackPluginOptions || {}; | ||
this._settings = settings['@nightwatch/browserstack'] || {}; | ||
this._localOpts = this._settings.localOptions || this._settings.browserstackLocalOptions; | ||
@@ -12,0 +12,0 @@ if (helper.isUndefined(this._localOpts)) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7492