Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
BetaTester: LLM UI/UX Testing
This talk covers BetaTester, an open-source tool using LLMs and Playwright to automatically test web app UI/UX flows, generating traces for investigation.
BetaTester is a open source tool to help you automatically test the UI / UX of your web application on different browsers and devices without having to write brittle front-end tests. It uses LLMs to plan and select actions and Playwright to execute those actions.
As you develop and change your web application, you can specify BetaTester to continuously test high level flows like “Sign up”, “Login”, “Add to cart”, etc. Failures can indicate either a bug in the UI or potentially non-intuitive UX, which you can investigate further using the application or the Playwright trace it automatically generates.
BetaTester automates web UI/UX testing using LLMs and Playwright.