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.8 to 1.3.9

2

dist/testrail.validation.js

@@ -82,4 +82,2 @@ "use strict";

var index, value, result;
var searchPattern = [];
var specFiles = [];
var specFilesArray = [];

@@ -86,0 +84,0 @@ for (index = 0; index < cliArgs.length; ++index) {

2

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

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

@@ -1,2 +0,2 @@

# TestRail Reporter for Cypress
# Better TestRail Reporter for Cypress

@@ -23,3 +23,3 @@ Publishes [Cypress](https://www.cypress.io/) runs on TestRail.

```shell
$ npm install cypress-testrail-reporter --save-dev
$ npm install better-cypress-testrail-reporter --save-dev
```

@@ -33,3 +33,3 @@

...
"reporter": "cypress-testrail-reporter",
"reporter": "better-cypress-testrail-reporter",
"reporterOptions": {

@@ -36,0 +36,0 @@ "host": "https://yourdomain.testrail.com",

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