derby-webdriverio
Advanced tools
Comparing version 3.3.0 to 3.3.1
18
index.js
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.10.0 | ||
// Generated by CoffeeScript 1.12.5 | ||
(function() { | ||
@@ -10,3 +10,4 @@ var _, webdriverDefaultConf; | ||
module.exports = function(customConfig) { | ||
var base, base1, base2, config, e, error, hasCoffee, ref; | ||
var SS_HOST, SS_PATH, SS_PORT, TRAVIS, base, base1, base2, config, e, hasCoffee, ref, ref1; | ||
ref = process.env, TRAVIS = ref.TRAVIS, SS_HOST = ref.SS_HOST, SS_PORT = ref.SS_PORT, SS_PATH = ref.SS_PATH; | ||
config = _.defaults({}, customConfig, webdriverDefaultConf, { | ||
@@ -24,3 +25,3 @@ specs: ['./test/e2e/**/*.js', './test/e2e/**/*.coffee'], | ||
MONGO_URL: 'mongodb://localhost:27017/test', | ||
PORT: ((ref = config.baseUrl.match(/:(\d+)/)) != null ? ref[1] : void 0) || 80 | ||
PORT: ((ref1 = config.baseUrl.match(/:(\d+)/)) != null ? ref1[1] : void 0) || 80 | ||
}, | ||
@@ -51,3 +52,3 @@ waitServer: { | ||
}); | ||
if (process.env.TRAVIS) { | ||
if (TRAVIS) { | ||
if ((base = config.desiredCapabilities).chromeOptions == null) { | ||
@@ -64,2 +65,11 @@ base.chromeOptions = {}; | ||
} | ||
if (SS_HOST) { | ||
config.host = SS_HOST; | ||
} | ||
if (SS_PORT) { | ||
config.port = SS_PORT; | ||
} | ||
if (SS_PATH) { | ||
config.path = SS_PATH; | ||
} | ||
config.before = require('./lib/before')(config, config.before); | ||
@@ -66,0 +76,0 @@ config.after = require('./lib/after')(config, config.after); |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.10.0 | ||
// Generated by CoffeeScript 1.12.5 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var Bluebird, natural, nounInflector; |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.10.0 | ||
// Generated by CoffeeScript 1.12.5 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var Bluebird, _, addCustomCommands, chai, chaiAsPromised, exec, natural, nounInflector, spawn, waitServer, webdriverio, |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.10.0 | ||
// Generated by CoffeeScript 1.12.5 | ||
(function() { | ||
@@ -3,0 +3,0 @@ module.exports = function(browser) { |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.10.0 | ||
// Generated by CoffeeScript 1.12.5 | ||
@@ -3,0 +3,0 @@ /* |
{ | ||
"name": "derby-webdriverio", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "Webdriver.io for Derby.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.10.0 | ||
// Generated by CoffeeScript 1.12.5 | ||
(function() { | ||
@@ -3,0 +3,0 @@ module.exports = function(app, waitTimeout) { |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
36724
527
4