Socket
Socket
Sign inDemoInstall

protractor-cucumber-framework

Package Overview
Dependencies
Maintainers
3
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 4.0.1 to 4.0.2

10

lib/resultsCapturer.js

@@ -84,10 +84,10 @@ let state = require('./runState');

uri: data.testCase.sourceLocation.uri,
line: step.location.line,
column: step.location.column,
line: step ? step.location.line : undefined,
column: step ? step.location.column : undefined,
status: data.result.status,
duration: data.result.duration,
exception: data.result.exception,
//isHidden: is(step, 'hidden'),
keyword: step.keyword,
stepName: step.text,
isHidden: !step,
keyword: step ? step.keyword : undefined,
stepName: step ? step.text : undefined,
scenarioName: scenario.name,

@@ -94,0 +94,0 @@ featureName: feature.name

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

@@ -5,0 +5,0 @@ "main": "index.js",

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