🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@allurereport/core-api

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@allurereport/core-api - npm Package Compare versions

Comparing version
3.0.0-beta.10
to
3.0.0-beta.11
+0
-5
dist/environment.d.ts
import type { TestLabel } from "./metadata.js";
import type { TestResult } from "./model.js";
export interface EnvironmentItem {

@@ -16,5 +15,1 @@ name: string;

export type EnvironmentsConfig = Record<string, EnvironmentDescriptor>;
export type EnvTestGroup = Pick<TestResult, "fullName" | "name" | "status"> & {
id: string;
testResultsByEnv: Record<string, TestResult>;
};
+7
-0

@@ -49,2 +49,9 @@ import type { TestLabel, TestLink, TestParameter } from "./metadata.js";

}
export interface TestEnvGroup {
id: string;
name: string;
fullName?: string;
status: TestStatus;
testResultsByEnv: Record<string, string>;
}
export interface TestFixtureResult {

@@ -51,0 +58,0 @@ id: string;

+1
-1
{
"name": "@allurereport/core-api",
"version": "3.0.0-beta.10",
"version": "3.0.0-beta.11",
"description": "Allure Core API",

@@ -5,0 +5,0 @@ "keywords": [