UNPKG

@allurereport/plugin-classic

Version:

The classic version of Allure HTML report

6 lines (5 loc) 469 B
import type { TestFixtureResult, TestResult, TestStepResult } from "@allurereport/core-api"; import type { ClassicFixtureResult, ClassicTestResult, ClassicTestStepResult } from "@allurereport/web-classic"; export declare const convertTestResult: (tr: TestResult) => ClassicTestResult; export declare const convertTestStepResult: (tsr: TestStepResult) => ClassicTestStepResult; export declare const convertFixtureResult: (fr: TestFixtureResult) => ClassicFixtureResult;