UNPKG

playwright-bdd

Version:
17 lines 497 B
/** * Handles prompt attachment for AI fixing of tests. */ import { Page } from '@playwright/test'; import { BddContext } from '../runtime/bddContext'; export declare class PromptFixture { private bddContext; private page?; constructor(bddContext: BddContext); private get bddConfig(); private get testInfo(); setPage(page: Page): void; attach(): Promise<void>; private isFailedTest; private getAttachmentName; } //# sourceMappingURL=promptAttachment.d.ts.map