@serenity-js/cucumber
Version:
Serenity/JS test runner adapter for seamless integration with any version of Cucumber.js, facilitating BDD-style test automation and leveraging Serenity/JS reporting capabilities
12 lines • 430 B
TypeScript
import type { FileSystem } from '@serenity-js/core/lib/io';
import type { OutputDescriptor } from './OutputDescriptor';
import type { SerenityFormatterOutput } from './SerenityFormatterOutput';
/**
* @group Integration
*/
export declare class TempFileOutput implements SerenityFormatterOutput {
private readonly fs;
constructor(fs: FileSystem);
get(): OutputDescriptor;
}
//# sourceMappingURL=TempFileOutput.d.ts.map