Socket
Socket
Sign inDemoInstall

jest-allure2-adapter

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-allure2-adapter - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

1

dist/allure-reporter.d.ts

@@ -22,2 +22,3 @@ /// <reference types="node" />

get test(): AllureCurrentApi;
get isTestActive(): boolean;
get currentTest(): AllureTest;

@@ -24,0 +25,0 @@ protected get currentExecutable(): ExecutableItemWrapper;

@@ -41,2 +41,5 @@ "use strict";

}
get isTestActive() {
return this.runningTest !== null;
}
get currentTest() {

@@ -43,0 +46,0 @@ if (this.runningTest === null) {

@@ -34,2 +34,3 @@ /// <reference types="node" />

test: AllureCurrentApi;
isTestActive: boolean;
startGroup(name: string): void;

@@ -36,0 +37,0 @@ startTest(spec: jasmine_.CustomReporterResult): void;

2

package.json
{
"name": "jest-allure2-adapter",
"version": "0.3.7",
"version": "0.3.8",
"description": "Allure 2 Adapter for jest",

@@ -5,0 +5,0 @@ "main": "./dist/index",

@@ -295,2 +295,6 @@ # Jest-Allure-2 reporting plugin

#### 0.3.8:
- added isTestActive for reporter
#### 0.3.7:

@@ -297,0 +301,0 @@

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