MCP Tools (+2)
MCP Tools
// Store successful test patterns
action: "store",
namespace: "test-patterns",
key: "order_processing_mocks",
value: JSON.stringify(mockDefinitions)
});
// Share contracts across swarm
action: "store",
namespace: "test-contracts",
key: "user_service_contract",
value: JSON.stringify(userServiceContract)
});
Hooks
# Pre-test: Coordinate with swarm
# Post-test: Share results
Related Skills
- testing-production - Production validation
- planning-code-goal - TDD integration in SPARC
- webapp-testing - Web application testing