UNPKG

@uuv/playwright

Version:

A solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and playwright

7 lines (6 loc) 246 B
import { Formatter } from "cucumber-json-report-formatter"; export declare class UuvCustomFormatter extends Formatter { constructor(); parseCucumberJson(sourceFile: any, outputFile: any): Promise<void>; private buildAndAddScenario; }