Test Api Subprocess banner
codingthefuturewithai codingthefuturewithai

Test Api Subprocess

Testing community

Description

--- description: Execute comprehensive API testing using Claude subprocess for complex integrations usage: /project:test-api-subprocess [TEST-DESCRIPTION] example: /project:test-api-subprocess "Test the complete order processing API workflow with external payment gateway" --- I'll execute comprehensive API testing using a Claude subprocess for autonomous test execution. ## Step 1: Prepare Test Context ### Gather API Information !echo "Current branch: $(git branch --show-current)" !find . -nam

Installation

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

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

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

Full documentation available on GitHub

View Source Repository