@allurereport/core-api
Advanced tools
| 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": [ |
456
0.44%17955
-0.19%