Test Scripts
April 9, 2026 ยท View on GitHub
Scripts for running Unreal automation tests in ALIS.
Main Entry Point
test.bat
Runs Unreal automation tests through grouped modes.
Usage:
test.bat [--unit|--integration|--all] [--filter <name>]
Examples:
test.bat --unittest.bat --integrationtest.bat --filter ProjectUI
Test Categories
smoke/
Critical-path health checks.
- Example:
smoke\\boot_test.bat
integration/
Multi-system validation.
- Example:
integration\\autonomous_boot_test.bat - Additional preflight helpers live in this folder as needed
character/
Character-specific runtime debug helpers.
- Example:
character\\capture_parity.ps1
unit/
Fast plugin or subsystem tests.
Execution Notes
- Tests are typically run headless with
-NullRHI - Reports are written under
Saved/Automation/Reports - Full UE logs go to
Saved/Logs/
Related Docs
- Public testing router: ../../../docs/testing/README.md
- Character animation debug guide: ../../../docs/testing/character_parity.md
- Build router: ../../../docs/build/README.md