@allurereport/plugin-api
Advanced tools
+1
-1
@@ -40,3 +40,2 @@ import type { AttachmentLink, CiDescriptor, Statistic, TestError, TestResult, TestStatus } from "@allurereport/core-api"; | ||
| plugin?: string; | ||
| withTestResultsLinks?: boolean; | ||
| newTests?: SummaryTestResult[]; | ||
@@ -46,2 +45,3 @@ flakyTests?: SummaryTestResult[]; | ||
| createdAt?: number; | ||
| meta?: Record<string, any>; | ||
| } | ||
@@ -48,0 +48,0 @@ export interface ExitCode { |
+2
-2
| { | ||
| "name": "@allurereport/plugin-api", | ||
| "version": "3.0.0-beta.26", | ||
| "version": "3.0.0-beta.27", | ||
| "description": "Allure Plugin API", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@allurereport/core-api": "3.0.0-beta.26" | ||
| "@allurereport/core-api": "3.0.0-beta.27" | ||
| }, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
26508
-0.02%+ Added
- Removed