ue-test

Automate Unreal Engine automation tests with filters and console output.

12|2|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/GuangminJu/UnrealSkills --skill ue-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ue-test
Source: https://github.com/GuangminJu/UnrealSkills/tree/main/ue-test
Command: npx skills add https://github.com/GuangminJu/UnrealSkills --skill ue-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of Unreal Engine automation tests, ensuring code quality and preventing regressions without manual intervention.

Core Features & Use Cases

  • Automated Test Execution: Runs tests automatically after builds or code changes.
  • Test Filtering: Supports running all tests, specific plugins, or individual test cases.
  • Minimalist Output: Provides clear, concise test results directly in the terminal.
  • Use Case: After successfully building your Unreal Engine project, this Skill automatically runs all relevant tests to verify that no new bugs were introduced, providing immediate feedback on code integrity.

Quick Start

Automatically run all tests for the current Unreal Engine project.

Frequently Asked Questions about ue-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Unreal Engine automation tests after a build?

Automating Unreal Engine tests is achieved by integrating execution into your build process, automatically running test cases after project compilation to verify code integrity and prevent regressions.

Can I run specific Unreal Engine test cases instead of the entire suite?

Filtering Unreal Engine tests is supported, allowing you to specify running all tests, targeting specific plugins, or executing individual test cases based on your specified filters.

How does headless execution via NullRHI work for Unreal Engine testing?

Headless execution uses NullRHI to run Unreal Engine automation tests without rendering visuals, significantly increasing speed and efficiency during automated CI/CD workflows.

What is the best way to view real-time Unreal Engine test results in the console?

Viewing real-time results is handled by streaming minimalist output directly to the terminal, providing clear and concise test feedback immediately after execution.

Does this automated testing approach detect Unreal Engine project configurations automatically?

Project configuration detection is automatic, seamlessly identifying your current Unreal Engine project setup to apply the correct test filters and execution parameters.

Can I integrate Unreal Engine automated testing with TDD workflows?

Integrating with TDD workflows is fully supported, allowing you to execute automation tests continuously during development to ensure code quality and prevent regressions.