unity-tests-run

Run Unity Test Framework tests via CLI batchmode with platform and filter options.

6|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/DmitriyYukhanov/claude-plugins --skill unity-tests-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-tests-run
Source: https://github.com/DmitriyYukhanov/claude-plugins/tree/main/plugins/unity-dev/skills/unity-tests-run
Command: npx skills add https://github.com/DmitriyYukhanov/claude-plugins --skill unity-tests-run

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of Unity Test Framework tests, allowing for efficient and hands-off testing directly from the command line.

Core Features & Use Cases

  • Batch Mode Execution: Runs tests without needing to open the Unity Editor.
  • Platform Targeting: Supports running tests for both EditMode and PlayMode.
  • Filtering: Allows specifying test categories or individual test names for targeted runs.
  • Use Case: Integrate this into your CI/CD pipeline to automatically run your Unity project's tests on every commit.

Quick Start

Run Unity EditMode tests with the category 'Integration'.

Frequently Asked Questions about unity-tests-run

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

FAQPage Schema
How do I run Unity tests from the command line without opening the editor?

You can run Unity tests in CLI batch mode to execute the Unity Test Framework without opening the editor. This automates test execution in non-interactive environments, supporting platform targeting and filtering.

Can I filter Unity tests by category or name when running in batch mode?

Yes, batch mode test execution supports specifying test categories and individual test names. This allows you to perform targeted test runs for specific integration or unit tests directly from the command line.

How do I run Unity EditMode and PlayMode tests in a CI/CD pipeline?

You can automate Unity EditMode and PlayMode test execution in a CI/CD pipeline by running the tests via CLI batchmode. This hands-off testing approach integrates into automated workflows on every commit.

What is Unity batch mode testing and when should I use it?

Unity batch mode testing executes the Unity Test Framework via CLI without the editor interface. You should use it to automate test runs in continuous integration pipelines or other non-interactive server environments.

Does running Unity tests in batch mode support different test platforms?

Yes, running Unity tests in batch mode supports specifying the test platform. You can target both EditMode and PlayMode tests for execution directly from the command line interface.

Are there limitations to running Unity tests via CLI batch mode?

Running Unity tests via CLI batch mode requires a non-interactive environment and depends on the Unity Test Framework. It is limited to executing tests with platform, category, and name filters supported by the framework.