allure-jasmine
Advanced tools
Comparing version 2.0.0-beta.6 to 2.0.0-beta.7
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var JasmineAllureReporter_1 = require("./src/JasmineAllureReporter"); | ||
exports.JasmineAllureReporter = JasmineAllureReporter_1.JasmineAllureReporter; | ||
Object.defineProperty(exports, "JasmineAllureReporter", { enumerable: true, get: function () { return JasmineAllureReporter_1.JasmineAllureReporter; } }); | ||
var JasmineConsoleReporter_1 = require("./src/JasmineConsoleReporter"); | ||
exports.JasmineConsoleReporter = JasmineConsoleReporter_1.JasmineConsoleReporter; | ||
Object.defineProperty(exports, "JasmineConsoleReporter", { enumerable: true, get: function () { return JasmineConsoleReporter_1.JasmineConsoleReporter; } }); | ||
var allure_js_commons_1 = require("allure-js-commons"); | ||
exports.AllureRuntime = allure_js_commons_1.AllureRuntime; | ||
exports.AllureConfig = allure_js_commons_1.AllureConfig; | ||
exports.ContentType = allure_js_commons_1.ContentType; | ||
exports.Severity = allure_js_commons_1.Severity; | ||
exports.Allure = allure_js_commons_1.Allure; | ||
Object.defineProperty(exports, "AllureRuntime", { enumerable: true, get: function () { return allure_js_commons_1.AllureRuntime; } }); | ||
Object.defineProperty(exports, "AllureConfig", { enumerable: true, get: function () { return allure_js_commons_1.AllureConfig; } }); | ||
Object.defineProperty(exports, "ContentType", { enumerable: true, get: function () { return allure_js_commons_1.ContentType; } }); | ||
Object.defineProperty(exports, "Severity", { enumerable: true, get: function () { return allure_js_commons_1.Severity; } }); | ||
Object.defineProperty(exports, "Allure", { enumerable: true, get: function () { return allure_js_commons_1.Allure; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -13,6 +13,6 @@ /// <reference types="node" /> | ||
private getCurrentGroup; | ||
readonly currentGroup: AllureGroup; | ||
get currentGroup(): AllureGroup; | ||
getInterface(): Allure; | ||
readonly currentTest: AllureTest; | ||
readonly currentExecutable: ExecutableItemWrapper | null; | ||
get currentTest(): AllureTest; | ||
get currentExecutable(): ExecutableItemWrapper | null; | ||
writeAttachment(content: Buffer | string, type: ContentType): string; | ||
@@ -30,3 +30,3 @@ jasmineStarted(suiteInfo: jasmine.SuiteInfo): void; | ||
popStep(): void; | ||
readonly currentStep: AllureStep | null; | ||
get currentStep(): AllureStep | null; | ||
private installHooks; | ||
@@ -38,4 +38,4 @@ } | ||
label(name: string, value: string): void; | ||
protected readonly currentExecutable: ExecutableItemWrapper; | ||
protected readonly currentTest: AllureTest; | ||
protected get currentExecutable(): ExecutableItemWrapper; | ||
protected get currentTest(): AllureTest; | ||
private startStep; | ||
@@ -42,0 +42,0 @@ step<T>(name: string, body: (step: StepInterface) => any): any; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.JasmineAllureInterface = exports.JasmineAllureReporter = void 0; | ||
const allure_js_commons_1 = require("allure-js-commons"); | ||
@@ -4,0 +5,0 @@ var SpecStatus; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.JasmineConsoleReporter = void 0; | ||
class JasmineConsoleReporter { | ||
@@ -4,0 +5,0 @@ log(message) { |
{ | ||
"name": "allure-jasmine", | ||
"version": "2.0.0-beta.6", | ||
"version": "2.0.0-beta.7", | ||
"description": "Allure Jasmine integration", | ||
@@ -9,2 +9,3 @@ "license": "Apache-2.0", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
@@ -27,3 +28,3 @@ "clean": "rimraf ./dist ./out", | ||
"dependencies": { | ||
"allure-js-commons": "^2.0.0-beta.6" | ||
"allure-js-commons": "^2.0.0-beta.7" | ||
}, | ||
@@ -50,3 +51,3 @@ "nyc": { | ||
}, | ||
"gitHead": "fdcb2b0cccae08b1b3ae5838a11891150b256f8c" | ||
"gitHead": "79d3a6088a035d4310c1997aa897839ed5d9be4e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
38608
377