Socket
Socket
Sign inDemoInstall

protractor-cucumber-framework

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protractor-cucumber-framework - npm Package Compare versions

Comparing version 0.3.4 to 0.4.0

8

index.js
var q = require('q'),
path = require('path'),
glob = require('glob'),
assign = require('object-assign'),
debug = require('debug')('protractor-cucumber-framework'),

@@ -16,6 +17,7 @@ Cucumber = require('cucumber'),

exports.run = function(runner, specs) {
var results = {}
var results = {};
return runner.runTestPreparer().then(function() {
var opts = runner.getConfig().cucumberOpts;
var config = runner.getConfig();
var opts = assign({}, config.cucumberOpts, config.capabilities.cucumberOpts);
state.initialize(runner, results, opts.strict);

@@ -75,3 +77,3 @@

// Resolve require absolute path
return path.resolve(configDir, requirePath)
return path.resolve(configDir, requirePath);
}).filter(function(item, pos, orig) {

@@ -78,0 +80,0 @@ // Make sure requires are unique

@@ -0,0 +0,0 @@ var state = require('./runState');

@@ -0,0 +0,0 @@ var state = {};

{
"name": "protractor-cucumber-framework",
"version": "0.3.4",
"version": "0.4.0",
"description": "Protractor framework for Cucumber.js",

@@ -48,4 +48,4 @@ "main": "index.js",

"httpster": "^1.0.1",
"protractor": "^3.0.0"
"protractor": "^3.2.0"
}
}

@@ -0,0 +0,0 @@ Protractor Cucumber Framework

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc