ue-test-patterns

star 47

Patterns for writing and running UE 5.7 automation tests

remiphilippe By remiphilippe schedule Updated 2/20/2026

name: ue-test-patterns description: Patterns for writing and running UE 5.7 automation tests

UE 5.7 Test Execution

  • Headless: UnrealEditor-Cmd <project> -ExecCmds="Automation RunTests <filter>;Quit" -nullrhi -unattended -nosplash -ABSLOG=<path>
  • Parse "Test Completed." lines: Result={Success|Fail} and Path={}
  • Failure details between BeginEvents / EndEvents markers
  • Exit codes unreliable on macOS — always parse logs
  • Add sleep 1 after test for log flush on macOS

Test Naming

  • ProjectName.Unit.* — headless unit tests
  • ProjectName.Visual.* — GPU visual tests
  • ProjectName.Integration.* — integration tests
Install via CLI
npx skills add https://github.com/remiphilippe/mcp-unreal --skill ue-test-patterns
Repository Details
star Stars 47
call_split Forks 7
navigation Branch main
article Path SKILL.md
More from Creator
remiphilippe
remiphilippe Explore all skills →