grunt-browserstack-screenshots
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -25,3 +25,4 @@ "use strict"; | ||
bsUser: process.env[ "BS_USER" ], | ||
local: false, | ||
local: true, | ||
launchTunnel: true, | ||
downloadPath: "tmp", | ||
@@ -28,0 +29,0 @@ baseUrl: "http://dev.plastc.com", |
{ | ||
"name": "grunt-browserstack-screenshots", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A Grunt plugin creating screenshots of different pages of a website using BrowserStack Screenshots API.", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -31,2 +31,3 @@ /* | ||
local: true, | ||
launchTunnel: true, | ||
wait_time: 5 | ||
@@ -99,5 +100,3 @@ } ); | ||
var isTunnelRequired = ( options.local === true ); | ||
if ( !isTunnelRequired ) { | ||
if ( options.launchTunnel !== true ) { | ||
callback(); | ||
@@ -146,7 +145,2 @@ return; | ||
var createJob = function( route ) { | ||
console.log( options.baseUrl + route ); | ||
console.log( options.browsers ); | ||
console.log( options.local ); | ||
console.log( options.wait_time ); | ||
@@ -153,0 +147,0 @@ return baseRequest( { |
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
13778
343