unity-tests-run ยท diff
git:20260403.a6f3626 to git:20260403.a108b70
1 added, 10 removed. Audit A to A.
---
name: unity-tests-run
description: Run Unity Test Framework tests via CLI batchmode with auto-detection of Unity installation
- arguments:
- - name: platform
- description: "Test platform: EditMode, PlayMode (default: EditMode)"
- required: false
- - name: category
- description: "Test category filter (semicolon-separated, e.g., 'E2E;Integration')"
- required: false
- - name: filter
- description: "Test name filter (semicolon-separated or regex, e.g., 'MonoBuild')"
- required: false
+ argument-hint: "[EditMode|PlayMode] [category] [filter]"
---
# Run Unity Tests
**Depends on:** unity-dev:unity-run for Unity CLI detection and execution.
Spawn the `unity-test-runner` agent with these parameters:
- Platform: `$ARGUMENTS.platform` (default: EditMode)
- Category: `$ARGUMENTS.category` (if provided)
- Filter: `$ARGUMENTS.filter` (if provided)
- User's original request for any additional context