UNPKG

@allurereport/web-dashboard

Version:

The static files for Allure Dashboard Report

22 lines (20 loc) 417 B
import type { AttachmentTestStepResult, DefaultTreeGroup, HistoryTestResult, TestFixtureResult, TestResult, TestStatus, TestStepResult, TreeData, WithChildren, } from "@allurereport/core-api"; export type DashboardReportOptions = { allureVersion: string; reportName?: string; logo?: string; theme?: "light" | "dark"; reportLanguage?: string; createdAt: number; reportUuid: string; };