Testing

April 9, 2026 ยท View on GitHub

Public testing router for ALIS.

Use this section to understand which tests exist, when to run them, and where the main automation entry points live.

Decision Guide

If you need:

Test Layers

Smoke tests

Critical-path health checks for boot and basic usability.

  • Docs: smoke_tests.md
  • Typical command: scripts/ue/test/smoke/boot_test.bat

Integration tests

Cross-plugin and cross-system validation.

  • Docs: integration_tests.md
  • Typical command: scripts/ue/test/integration/autonomous_boot_test.bat
  • Main integration test plugin: Plugins/Test/ProjectIntegrationTests/

Unit tests

Fast, isolated verification for plugin or subsystem logic.

  • Docs: unit_tests.md
  • Typical command: scripts/ue/test/test.bat --unit

Common Commands

.\scripts\ue\test\test.bat --unit
.\scripts\ue\test\test.bat --integration
.\scripts\ue\test\smoke\boot_test.bat