Socket
Socket
Sign inDemoInstall

protractor-cucumber-framework

Package Overview
Dependencies
250
Maintainers
3
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.1 to 7.0.2

0

index.js

@@ -0,0 +0,0 @@ const debug = require('debug')('protractor-cucumber-framework');

@@ -0,0 +0,0 @@ let path = require('path');

2

lib/resultsCapturer.js

@@ -323,3 +323,3 @@ let state = require('./runState');

? feature.children.find(c =>
c.scenario.steps.find(s => s.id === stepNodeId)
(c.scenario || c.background).steps.find(s => s.id === stepNodeId)
)

@@ -326,0 +326,0 @@ : undefined;

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

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

@@ -14,3 +14,3 @@ "main": "index.js",

"pretest": "npm run lint && multidep test/multidep.js",
"test": "mocha -c -s 10000 -t 30000 'test/{,!(multidep_modules)/**}/*.spec.js'"
"test": "mocha -c -s 10000 -t 30000 \"test/{,!(multidep_modules)/**}/*.spec.js\""
},

@@ -53,3 +53,4 @@ "repository": {

"Flavien Cathala <flavien.cathala@gmail.com>",
"Adrian Ber <beradrian@yahoo.com>"
"Adrian Ber <beradrian@yahoo.com>",
"Darlan Alves <darlan.alves1@fedex.com>"
],

@@ -56,0 +57,0 @@ "license": "MIT",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc