unity-testrunner
Installation
SKILL.md
Unity TestRunner - Automated Testing for Unity
Overview
Unity Test Framework provides NUnit-based testing with CLI automation for batch execution, CI/CD pipelines, and TDD workflows.
Core Topics:
- CLI batchmode test execution (EditMode/PlayMode)
- NUnit assertions and test attributes
- Test assembly configuration (asmdef)
- Result parsing and reporting
- CI/CD pipeline integration
Foundation Required: csharp-plugin:csharp-code-style (naming conventions, code organization)
Optional Integrations:
unity-vcontainer: DI-based test mockingunity-unitask: Async test patternsunity-async: Coroutine testing utilities