Test Runner
/test-runnerWrite, run, and manage unit, integration, and E2E tests across TypeScript, Python, and Swift using recommended frameworks.
Skill created by the community and listed at ClawHub. Canonical source: https://clawhub.ai/skills/test-runner Version: 1.0.0 Source changelog: Initial release with guides for writing and running tests across major languages and frameworks: - Lists preferred test frameworks for TypeScript/JS, Python, and Swift (unit, integration, E2E). - Provides setup instructions and example commands for Vitest, Jest, pytest, XCTest, and Playwright. - Outlines commonworkflowss (TDD) and test patterns (Arrange-Act-Assert, mocking, async). - Includes example code snippets for testingAPIendpoints, and UI components. - Documents coverage commands and strategies for both JavaScript/TypeScript and Python. - Clarifies “what to test” with practical recommendations.