Execute Unity Test Runner. When tests fail, NUnit XML results with error messages and stack traces are automatically saved. Read the XML file at XmlPath for detailed failure diagnosis.
Usage
uloop run-tests [options]
Parameters
Parameter
Type
Default
Description
--test-mode
string
EditMode
Test mode: EditMode, PlayMode
--filter-type
string
all
Filter type: all, exact, regex, assembly
--filter-value
string
-
Filter value (test name, pattern, or assembly)
Global Options
Option
Description
--project-path <path>
Target a specific Unity project
Examples
# Run all EditMode tests
uloop run-tests
# Run PlayMode tests
uloop run-tests --test-mode PlayMode
# Run specific test
uloop run-tests --filter-type exact --filter-value "MyTest.TestMethod"
# Run tests matching pattern
uloop run-tests --filter-type regex --filter-value ".*Integration.*"
Output
Returns JSON with:
Success (boolean): Whether all tests passed
Message (string): Summary message
TestCount (number): Total tests executed
PassedCount (number): Passed tests
FailedCount (number): Failed tests
SkippedCount (number): Skipped tests
XmlPath (string): Path to NUnit XML result file (auto-saved when tests fail)
XML Result File
When tests fail, NUnit XML results are automatically saved to {project_root}/.uloop/outputs/TestResults/<timestamp>.xml. The XML contains per-test-case results including:
Test name and full name
Pass/fail/skip status and duration
For failed tests: <message> (assertion error) and <stack-trace>
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: hatayama-uloopmcp-uloop-run-tests3description: uloop run-tests4---56# uloop run-tests78Execute Unity Test Runner. When tests fail, NUnit XML results with error messages and stack traces are automatically saved. Read the XML file at `XmlPath` for detailed failure diagnosis.910## Usage1112```bash13uloop run-tests [options]14```1516## Parameters1718| Parameter | Type | Default | Description |19|-----------|------|---------|-------------|20| `--test-mode` | string | `EditMode` | Test mode: `EditMode`, `PlayMode` |21| `--filter-type` | string | `all` | Filter type: `all`, `exact`, `regex`, `assembly` |22| `--filter-value` | string | - | Filter value (test name, pattern, or assembly) |2324## Global Options2526| Option | Description |27|--------|-------------|28| `--project-path <path>` | Target a specific Unity project |2930## Examples3132```bash33# Run all EditMode tests34uloop run-tests3536# Run PlayMode tests37uloop run-tests --test-mode PlayMode3839# Run specific test40uloop run-tests --filter-type exact --filter-value "MyTest.TestMethod"4142# Run tests matching pattern43uloop run-tests --filter-type regex --filter-value ".*Integration.*"44```4546## Output4748Returns JSON with:49- `Success` (boolean): Whether all tests passed50- `Message` (string): Summary message51- `TestCount` (number): Total tests executed52- `PassedCount` (number): Passed tests53- `FailedCount` (number): Failed tests54- `SkippedCount` (number): Skipped tests55- `XmlPath` (string): Path to NUnit XML result file (auto-saved when tests fail)5657### XML Result File5859When tests fail, NUnit XML results are automatically saved to `{project_root}/.uloop/outputs/TestResults/<timestamp>.xml`. The XML contains per-test-case results including:60- Test name and full name61- Pass/fail/skip status and duration62- For failed tests: `<message>` (assertion error) and `<stack-trace>`6364---65> Converted and distributed by [TomeVault](https://tomevault.io/claim/hatayama) — claim your Tome and manage your conversions.66<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/hatayama-uloopmcp-uloop-run-tests in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
uloop run-tests It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.