test-all

Execute complete test suites for Claude Code applications with parallel unit, backend, frontend, and acceptance tests.

45|13|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/rakovi4/continue-framework --skill test-all-rakovi4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-all
Source: https://github.com/rakovi4/continue-framework/tree/main/.claude/skills/test-all
Command: npx skills add https://github.com/rakovi4/continue-framework --skill test-all-rakovi4

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the comprehensive testing process of Claude Code applications, streamlining the execution of unit and acceptance tests.

Core Features & Use Cases

  • Parallel Unit Tests: Concurrently runs unit tests across different modules.
  • Backend Testing: Automates backend test execution for usecase and adapter modules.
  • Frontend Testing: Executes frontend tests with Selenium and API commands.
  • Acceptance Testing: Runs acceptance tests with detailed results reporting.
  • Quick Test Execution: Use /test-all command to initiate full test suite.

Quick Start

Run the full test suite by typing: /test-all

Frequently Asked Questions about test-all

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run all unit and acceptance tests for my Claude Code application at once?

You can run all unit and acceptance tests for a Claude Code application by executing the `/test-all` command. This initiates the full test suite, concurrently running parallel unit tests, backend tests, frontend tests, and acceptance tests.

Does automated backend testing for usecase and adapter modules support parallel execution?

Automated backend testing for usecase and adapter modules runs concurrently alongside parallel unit tests. The test automation suite streams these module executions together to provide comprehensive result reporting.

Can I execute frontend tests with Selenium and API commands using test automation?

Yes, frontend testing is executed using Selenium and API commands. The test automation suite integrates these frontend executions with backend and unit tests to provide a complete testing cycle.

What is the best way to automate acceptance tests and report results for Claude Code applications?

The best way to automate acceptance tests is by using the `/test-all` command, which runs acceptance tests with detailed results reporting. This provides a streamlined execution process across your entire application.

Are there any external dependencies required to run the complete testing suite?

No external dependencies are required to run the complete testing suite. The Skill utilizes internal automated test scripts to execute parallel unit tests, frontend tests, and acceptance tests without needing additional packages.