@badeball/cypress-cucumber-preprocessor
Version:
[](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml) [ • 751 B
TypeScript
import Mocha from "mocha";
declare const _default: {
new (runner: Mocha.Runner, options?: Mocha.MochaOptions): {
stats: Mocha.Stats;
failures: Mocha.Test[];
runner: Mocha.Runner;
epilogue(): void;
done?(failures: number, fn?: ((failures: number) => void) | undefined): void;
};
color(type: string, str: string): string;
generateDiff(actual: string, expected: string): string;
list(failures: Mocha.Test[]): void;
useColors: boolean;
inlineDiffs: boolean;
readonly colors: Mocha.reporters.Base.ColorMap;
readonly symbols: Mocha.reporters.Base.SymbolMap;
readonly window: {
width: number;
};
cursor: typeof Mocha.reporters.Base.cursor;
};
export = _default;