UNPKG

playwright-flake-checker

Version:

A tool to check for flaky Playwright tests by running them multiple times and analyzing results.

9 lines (8 loc) 269 B
/** * Main function to run the Flake Checker CLI tool. * It displays a banner, finds Playwright config files, prompts for base URL and ports, * and updates the configuration. * * @returns {Promise<void>} */ export declare const flakeChecker: () => Promise<void>;