Passmark
The open-source Playwright library for AI browser regression testing
The Passmark project is an open-source AI-powered regression testing framework built on top of Playwright that enables developers to write end-to-end browser tests using natural language instead of traditional scripting. It is designed to simplify and accelerate testing workflows by allowing AI models to interpret human-readable instructions and translate them into executable browser actions. One of its defining features is a cache-first execution model, where AI is used initially to discover how to perform actions, and those actions are then stored and replayed at native speed in future runs. This approach significantly reduces reliance on AI during repeated test executions, improving both performance and cost efficiency. ...