Loading...
Loading...
Execute Unity Test Runner and get detailed results. Use when: (1) running unit tests (EditMode/PlayMode), (2) verifying code changes, (3) diagnosing test failures — NUnit XML with error messages and stack traces is auto-saved when tests fail.
npx skill4agent add hatayama/uloopmcp uloop-run-testsXmlPathuloop run-tests [options]| Parameter | Type | Default | Description |
|---|---|---|---|
| string | | Test mode: |
| string | | Filter type: |
| string | - | Filter value (test name, pattern, or assembly) |
# 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.*"SuccessMessageTestCountPassedCountFailedCountSkippedCountXmlPath{project_root}/.uloop/outputs/TestResults/<timestamp>.xml<message><stack-trace>