New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

better-cypress-testrail-reporter

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-cypress-testrail-reporter - npm Package Compare versions

Comparing version 1.3.9 to 1.3.10

4

dist/testrail.validation.js

@@ -75,3 +75,2 @@ "use strict";

// Read and store cli arguments into array
// Read and store cli arguments into array
var cliArgs = process.argv.slice(2);

@@ -93,2 +92,5 @@ /**

}
if (result === undefined) {
result = "cypress/integration/**/*,cypress/e2e/**/*,cypress/tests/**/*";
}
var specArg = result.split(/,/);

@@ -95,0 +97,0 @@ specFilesArray = glob.sync(specArg, { nodir: true });

{
"name": "better-cypress-testrail-reporter",
"version": "1.3.9",
"version": "1.3.10",
"description": "A Testrail reporter for cypress including TestRail API basic library",

@@ -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