Run Unity tests via MCP
Run Unity tests via MCP. Use to execute EditMode or PlayMode tests with optional class filtering when you need to verify game logic or runtime behavior.
/plugin marketplace add jwmyers/vui-vux-plugins/plugin install jwmyers-zero-day-dev-plugins-zero-day-dev@jwmyers/vui-vux-plugins[EditMode|PlayMode] [test-class]Execute Unity tests using the Unity MCP tests-run tool.
Parse arguments:
Run tests via MCP:
{
"testMode": "[EditMode|PlayMode]",
"testClass": "[optional-class]",
"includePassingTests": false,
"includeMessages": true
}
Report results:
EditMode (default):
PlayMode:
Run all EditMode tests:
/test
Run all PlayMode tests:
/test PlayMode
Run specific test class:
/test EditMode LayoutConfigTests
| Test File | Mode | Tests |
|---|---|---|
| BoardLayoutConfigTests | Editor | LayoutConfig values |
| TileDatabaseTests | Editor | Database integrity |
| CoordinateConversionTests | Runtime | Coordinate conversion |
| GameInitializationTests | Runtime | Game startup |