bench-test-suite

Installation
SKILL.md

Bench Test Suite

When to Use

  • Adding a new benchmark view/test suite (like datatable or pokeboxes)
  • Extending the Playwright runner with new view operations
  • Making UI test results show up in the snapshot UI

Workflow

  1. Define the view id and ready selector

    • Pick a lowercase view id (used in ?view=).
    • Decide the first stable selector that signals the view is ready.
  2. Add the blueprint markup

    • Create bench/frameworks/blueprint-<view>.html.
    • The initial DOM must match every framework’s initial render (preflight compares against it).
    • Reuse the view toggle markup and IDs used by existing blueprints.
Related skills
Installs
4
Repository
itsjavi/vani
First Seen
Jan 24, 2026