Skip to main content
Glama

tests-run

Execute Unity tests with detailed results, supporting filtering by test mode, assembly, namespace, class, and method for targeted testing during development.

Instructions

Execute Unity tests and return detailed results. Supports filtering by test mode, assembly, namespace, class, and method. Recommended to use 'EditMode' for faster iteration during development.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
testModeNoTest mode to run. Options: 'EditMode', 'PlayMode'. Default: 'EditMode' Values: [EditMode, PlayMode]1
testAssemblyNoSpecific test assembly name to run (optional). Example: 'Assembly-CSharp-Editor-testable'
testNamespaceNoSpecific test namespace to run (optional). Example: 'MyTestNamespace'
testClassNoSpecific test class name to run (optional). Example: 'MyTestClass'
testMethodNoSpecific fully qualified test method to run (optional). Example: 'MyTestNamespace.FixtureName.TestName'
includePassingTestsNoInclude details for all tests, both passing and failing (default: false). If you just need details for failing tests, set to false.false
includeMessagesNoInclude test result messages in the test results (default: true). If you just need pass/fail status, set to false.true
includeStacktraceNoInclude stack traces in the test results (default: false).false
includeLogsNoInclude console logs in the test results (default: false).false
logTypeNoLog type filter for console logs. Options: 'Log', 'Warning', 'Assert', 'Error', 'Exception'. (default: 'Warning') Values: [Error, Warning, Log]2
includeLogsStacktraceNoInclude stack traces for console logs in the test results (default: false). This is huge amount of data, use only if really needed.false
requestIdNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/butterlatte-zhang/unity-ai-bridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server