jest-allure2-adapter
Advanced tools
Comparing version 0.3.7 to 0.3.8
@@ -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; |
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2951292
52008
369