run-tests

Run unit, integration, and full test suites for the SignalBeam solution.

2|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/signalbeam-io/signalbeam-edge --skill run-tests-signalbeam-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-tests
Source: https://github.com/signalbeam-io/signalbeam-edge/tree/main/.claude/skills/run-tests
Command: npx skills add https://github.com/signalbeam-io/signalbeam-edge --skill run-tests-signalbeam-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the process of running tests for .NET projects, removing manual test commands and providing consistent, repeatable results across environments.

Core Features & Use Cases

  • Unit tests: Run project-specific tests quickly to validate code changes.
  • Integration tests: Execute tests that verify interactions between components in isolated environments.
  • All tests: Orchestrate running the full test suite across the solution with a single command.

Quick Start

Run the test suite for the solution using the dotnet test commands described below.

Frequently Asked Questions about run-tests

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

FAQPage Schema
How do I run .NET tests for a solution using the dotnet CLI?

Run .NET tests by automating unit, integration, and full-test suites across src/SignalBeam.sln with a single command. Requires the dotnet CLI and test project files. Optional filters target unit, integration, or all tests. Provides consistent, repeatable results across environments.

What's the best way to automate test execution across multiple .NET projects?

Automate test execution across multiple .NET projects by applying consistent dotnet test commands to the SignalBeam solution. This removes manual commands and provides repeatable results across local development and CI workflows. Optional filters target unit, integration, or all tests.

Can I filter dotnet test runs to only execute unit or integration tests?

Filter dotnet test runs to execute only unit or integration tests using optional filters. Run project-specific unit tests quickly to validate code changes, or execute integration tests that verify interactions between components in isolated environments.

Do I need the dotnet CLI installed to run tests for SignalBeam?

The dotnet CLI is required to run tests for SignalBeam. Test project files within src/SignalBeam.sln are also needed. Automates running unit, integration, and full-test suites for consistent test execution across local development and CI workflows.

Why use automated test commands instead of manual dotnet test calls?

Automated test commands provide consistent, repeatable results across environments by removing manual dotnet test calls. Orchestrate running the full test suite across the solution with a single command, simplifying the process of running tests for .NET projects in local and CI workflows.

Does this test automation approach work for both local development and CI workflows?

This test automation approach works for both local development and CI workflows where consistent test execution is required across multiple test projects. Applies to running unit, integration, and full-test suites for the SignalBeam solution using the dotnet CLI.