@allurereport/plugin-dashboard
Version:
Allure Dashboard Plugin – plugin for generating dashboard with a mix of charts
4 lines (3 loc) • 340 B
TypeScript
import type { HistoryDataPoint, TestResult } from "@allurereport/core-api";
import type { SeverityTrendChartData, TrendChartOptions } from "../model.js";
export declare const getSeverityTrendData: (testResults: TestResult[], reportName: string, historyPoints: HistoryDataPoint[], chartOptions: TrendChartOptions) => SeverityTrendChartData;