UNPKG

@labnex/cli

Version:

CLI for Labnex, an AI-Powered Testing Automation Platform

6 lines 512 B
import { Page, Frame } from 'puppeteer'; import { AddLogFunction, RetryApiCallFunction } from '../elementFinderV2'; import { ParsedTestStep } from '../testTypes'; export declare function handleAssertion(page: Page | null, currentFrame: Page | Frame | null, addLog: AddLogFunction, parsedStep: ParsedTestStep, overallTestCaseExpectedResult?: string, // Kept for potential future use with a more complex assertion retryApiCallFn?: RetryApiCallFunction): Promise<void>; //# sourceMappingURL=handleAssertion.d.ts.map