UNPKG

cucumber-html-report-generator

Version:

Generate beautiful cucumberjs html reports for multiple instances (browsers / devices)

10 lines 808 B
export declare const reportCreated: (featureId: string) => string; export declare const jsonPathNotProvided = "A path which holds the JSON files should be provided."; export declare const optionsNotProvided = "Options need to be provided."; export declare const noJsonFilesProvided: (jsonDir: string) => string; export declare const invalidJsonProvided: (fileNameAndPath: string, errorMessage: string) => string; export declare const invalidPathProvided: (filePath: string) => string; export declare const featureRemoved: (featureName: string) => string; export declare const scenarioWithoutIdRemoved: (scenarioName: string, featureName: string) => string; export declare const scenarioWithoutStepsRemoved: (scenarioName: string, featureName: string) => string; //# sourceMappingURL=console-messages.d.ts.map