unity-test

Run, list, and cancel Unity tests in EditMode and PlayMode.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/jinluli/EnglishLearnTool --skill unity-test-jinluli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-test
Source: https://github.com/jinluli/EnglishLearnTool/tree/main/Packages/SkillsForUnity/unity-skills~/skills/test
Command: npx skills add https://github.com/jinluli/EnglishLearnTool --skill unity-test-jinluli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of running, listing, and checking Unity tests, making it easier for developers to maintain and verify their code.

Core Features & Use Cases

  • Test Execution: Run Unity tests with specific parameters to control the mode and filter results.
  • Test Management: List available tests, get results, and cancel running tests.
  • Use Case: As a Unity developer, you can use this Skill to run your tests in EditMode or PlayMode, filter them by name, and retrieve the results to ensure your code is functioning correctly.

Quick Start

Execute Unity tests by running the 'test_run' command with the desired parameters.

Frequently Asked Questions about unity-test

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

FAQPage Schema
How do I run Unity tests in EditMode or PlayMode?

Run Unity tests in EditMode or PlayMode by executing the test_run command with specific parameters to control the mode and filter results. This allows you to verify code functionality directly within your Unity development environment.

Can I filter Unity unit tests by name when executing them?

Filter Unity unit tests by name during test execution using specific parameters within the test_run command. This ensures only targeted test scripts are processed, helping you manage and verify specific C# code components.

Do I need C# to manage Unity test execution?

C# is required to manage Unity test execution, as test scripts are written in C# and run within the Unity environment. You need both Unity and C# to execute, list, and cancel test runs effectively.

How do I list available Unity tests and get results?

List available Unity tests and retrieve results using test management commands. This feature allows you to view all existing unit tests and access their execution outcomes to ensure your code is functioning correctly.

What is the best way to cancel running Unity tests?

Cancel running Unity tests by executing the cancel command provided by the test runner. This allows you to halt test execution immediately if needed, maintaining control over your Unity test management workflow.