@allurereport/web-dashboard
Version:
The static files for Allure Dashboard Report
22 lines (20 loc) • 422 B
TypeScript
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?: "en" | "ru";
createdAt: number;
reportUuid: string;
};