tests-run

Run Unity tests with configurable filters and return structured results.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/lightvu25/Echoes --skill tests-run-lightvu25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tests-run
Source: https://github.com/lightvu25/Echoes/tree/main/SKILLS/tests-run
Command: npx skills add https://github.com/lightvu25/Echoes --skill tests-run-lightvu25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity projects require reliable test execution and clear results to guide debugging and iteration. This Skill runs Unity tests and returns detailed results with configurable filters.

Core Features & Use Cases

  • Filterable test runs: control testMode, testAssembly, testNamespace, testClass, and testMethod to target specific tests.
  • Detailed results: receive per-test statuses, durations, messages, and optional logs for full traceability.
  • Use Case: during development, you can run a subset of tests or only failing tests to speed up feedback loops.

Quick Start

Invoke the tests-run tool with your desired filters to execute Unity tests and return a structured result set.

Frequently Asked Questions about tests-run

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

FAQPage Schema
How do I run Unity tests with specific filters?

You can run Unity tests by applying configurable filters such as testMode, testAssembly, testNamespace, testClass, and testMethod to target specific tests and return detailed results.

Can I execute a subset of Unity PlayMode tests to speed up feedback loops?

Yes, you can execute a subset of PlayMode tests by setting the testMode filter and narrowing scope with testAssembly or testClass to speed up development feedback loops.

What details are included in Unity test runner results?

Unity test runner results include summary data, individual test statuses, durations, messages, and optional logs for full traceability during debugging.

How do I target a specific test method in Unity without running the full suite?

You can target a specific test method by using the testMethod filter alongside testNamespace or testClass to execute only that test and return its detailed result.

Does running Unity tests with filters work for both assembly and namespace levels?

Yes, running Unity tests supports filtering at both the testAssembly and testNamespace levels, allowing you to control the exact scope of tests executed and receive structured results.