Socket
Socket
Sign inDemoInstall

testrail-jest-reporter

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testrail-jest-reporter - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

v1.1.1 / 2021-05-05
==================
* Fixes
v1.1.0 / 2021-02-25

@@ -2,0 +7,0 @@ ==================

2

index.js

@@ -47,3 +47,3 @@ 'use strict';

console.log(error(`! Testrail Jest Reporter Error !`));
console.log(warning(`You must define "project_id" and "milestone" in jets configurations!
console.log(warning(`You must define "project_id" and "milestone" in jest configurations!
\n Example: "reporters": [ ["testrail-jest-reporter", { "project_id": "1", "milestone": "Sprint 1" }] ]`));

@@ -50,0 +50,0 @@ }

{
"name": "testrail-jest-reporter",
"version": "1.1.0",
"version": "1.1.1",
"description": "Custom Jest reporter for Testrail synchronization",

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

@@ -37,3 +37,3 @@ [![TestRail v6.7](https://img.shields.io/badge/TestRail%20API-v2-green.svg)](http://docs.gurock.com/testrail-api2/start) [![NPM](https://img.shields.io/npm/l/testrail-jest-reporter)](https://github.com/AntonChaukin/testrail-jest-reporter/blob/main/LICENSE) [![NPM](https://img.shields.io/node/v/testrail-jest-reporter)](https://github.com/AntonChaukin/testrail-jest-reporter/blob/main/package.json)

[
"jest-2-testrail",
"testrail-jest-reporter",
{ project_id: 1,

@@ -57,3 +57,3 @@ baseUrl: 'http://localhost',

[
"jest-2-testrail",
"testrail-jest-reporter",
{

@@ -161,2 +161,2 @@ "project_id": "1",

This project is licensed under the MIT License - see the [LICENSE](https://github.com/AntonChaukin/testrail-jest-reporter/blob/main/LICENSE) file for details.
This project is licensed under the MIT License - see the [LICENSE](https://github.com/AntonChaukin/testrail-jest-reporter/blob/main/LICENSE) file for details.
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