Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ssense/cucumber-testrail-sync

Package Overview
Dependencies
Maintainers
10
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ssense/cucumber-testrail-sync - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

.nyc_output/a3c6970ddab747006afe89b0a1b411ca.json

7

dist/GherkinFormatter.js

@@ -98,3 +98,8 @@ "use strict";

return index >= tableStart && index < tableEnd;
}).map((line) => line.replace(/^(\|{2,})(.*)$/, '|$2|'))));
}).map((line, index) => {
if (index === 0) {
return line.replace(/^(\|{2,})(.*)$/, '|$2|');
}
return line.replace(/^(\|{2})(.*)$/, '|$2|');
})));
}

@@ -101,0 +106,0 @@ tableStart = -1;

2

package.json
{
"name": "@ssense/cucumber-testrail-sync",
"version": "3.0.1",
"version": "3.0.2",
"description": "Synchronize test cases from TestRail & pushes Cucumber results",

@@ -5,0 +5,0 @@ "bin": {

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