test-warp-ui
Installation
SKILL.md
Computer Use for Warp UI Testing
Use the computer_use tool to visually test that Warp looks and behaves as intended after UI changes.
Running Warp
Launch Warp from the repository root. The exact command depends on which environment variable holds the API key:
-
If
WARP_API_KEYis already set, omit the flag entirely — the--api-keyflag is bound toWARP_API_KEY, so Warp reads it automatically:cargo run --bin warp -
If the key is in
STAGING_USER_WARP_API_KEYinstead, pass it explicitly via the flag:cargo run --bin warp -- --api-key $STAGING_USER_WARP_API_KEY