unity-test-runner

Community

Automate Unity tests, get instant reports.

AuthorDev-GOM
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually running and analyzing Unity Test Framework tests can be tedious and slow, especially in CI/CD pipelines. This Skill automates the entire testing workflow, from detecting the Unity Editor to parsing results and generating detailed failure reports, saving developers significant time and effort.

Core Features & Use Cases

  • Cross-Platform Editor Detection: Automatically locates the Unity Editor installation across Windows, macOS, and Linux.
  • Automated Test Execution: Runs EditMode and PlayMode tests via Unity's command line interface with configurable parameters.
  • Intelligent Result Parsing: Parses NUnit XML test results, extracts summary statistics, and identifies failed tests with file/line information.
  • Failure Analysis & Suggestions: Analyzes common failure patterns (e.g., assertion failures, null references, timeouts) and provides actionable fix suggestions.
  • Use Case: A developer wants to run all PlayMode tests for their Unity game before committing changes. They can ask Claude to "Run all PlayMode tests and show me the results." This Skill will find the Unity Editor, execute the tests, and then provide a concise report highlighting any failures with suggested solutions, allowing for quick debugging.

Quick Start

Ask Claude to run your Unity tests

"Run all Unity tests in my project." "Execute PlayMode tests and show me the results." "Run tests in the Combat category and report failures."

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: unity-test-runner
Download link: https://github.com/Dev-GOM/claude-code-marketplace/archive/main.zip#unity-test-runner

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository