Test Ui Subprocess banner
codingthefuturewithai codingthefuturewithai

Test Ui Subprocess

Testing community

Description

--- description: Execute comprehensive UI testing using Claude subprocess for complex flows usage: /project:test-ui-subprocess [TEST-DESCRIPTION] example: /project:test-ui-subprocess "Test the complete user registration and onboarding flow" --- I'll execute comprehensive UI testing using a Claude subprocess for autonomous test execution. ## Step 1: Prepare Test Context ### Gather Information !echo "Current branch: $(git branch --show-current)" !echo "Application URL: [Will need to determine f

Installation

Installs to ~/.claude/commands/codingthefuturewithai-conduit-test-ui-subprocess.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/codingthefuturewithai/conduit/HEAD/.claude/commands/test-ui-subprocess.md -o ~/.claude/commands/codingthefuturewithai-conduit-test-ui-subprocess.md

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

Full documentation available on GitHub

View Source Repository