Back to skills

ui-test

testing

Runs adversarial UI tests in a real browser by analyzing git diffs or exploring an app freely. It checks functional correctness, accessibility, responsive layout, and UX heuristics, splitting work acr

Setup & Installation

npx skills add https://github.com/browserbase/ui-test --skill ui-test
or paste the link and ask your coding assistant to install it
https://github.com/browserbase/ui-test
View on GitHub

What This Skill Does

Runs adversarial UI tests in a real browser by analyzing git diffs or exploring an app freely. It checks functional correctness, accessibility, responsive layout, and UX heuristics, splitting work across parallel browser sessions when needed. Tests run locally or against deployed sites via Browserbase. It plans and executes multi-angle test coverage, including adversarial and accessibility checks, in real browsers without writing test scripts or maintaining a test suite.

When to use it

  • Working with ui test functionality
  • Implementing ui test features
  • Debugging ui test related issues