VibeHunt
Back to browse

KushoAI for Playwright

Open-source Terminal UI, just record & get exhaustive tests

Visit

The tool records a user’s interaction with a web page through Playwright’s browser recorder and then uses a configured large‑language‑model provider to expand that single recording into a comprehensive test suite. It automatically creates variations that cover different inputs, edge cases, and error scenarios, while keeping the workflow inside a terminal‑based user interface. The generated Playwright scripts can be edited in a terminal editor, run headlessly or with a visible browser, and optionally produce video recordings and detailed HTML reports.

It is aimed at developers and QA engineers who need broader UI test coverage without manually writing extensive Playwright code. The utility works with any web application and runs locally, storing API keys in a user‑specific credentials file and never sending data beyond the chosen LLM service. Required prerequisites include Node.js 18+, Git, a terminal editor, and an API key for OpenAI, Anthropic, or Google Gemini.

The interactive TUI menu guides users through credential setup, recording, AI‑driven test generation, refinement, and execution using arrow‑key navigation, eliminating the need to remember command‑line flags. The core loop consists of recording a flow, reviewing the generated script, extending it with plain‑English prompts, and running the resulting test suite.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps