Use Browser banner
jnarowski jnarowski

Use Browser

Development community

Description

--- description: Login to app and verify feature works, iterating until successful argument-hint: [featureSteps] --- # Use Browser to Verify Feature Automates browser testing to verify a feature is working correctly in the application. Logs into the app using test credentials, validates the feature, and iterates on fixes until successful. ## Variables - $featureSteps: $1 (required) - Description of the feature to verify (e.g., "user can create new projects", "dashboard displays metrics corre

Installation

Installs to ~/.claude/commands/jnarowski-agentcmd-use-browser.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jnarowski/agentcmd/HEAD/.claude/commands/use-browser.md -o ~/.claude/commands/jnarowski-agentcmd-use-browser.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository