ue-run-automation-tests

Execute unit, integration, and stress tests for Unreal Engine projects.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/buihuuloc/universal-ue-skills --skill ue-run-automation-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ue-run-automation-tests
Source: https://github.com/buihuuloc/universal-ue-skills/tree/main/skills/ue-run-automation-tests
Command: npx skills add https://github.com/buihuuloc/universal-ue-skills --skill ue-run-automation-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of running various types of automated tests within Unreal Engine projects, ensuring code quality and facilitating CI/CD integration.

Core Features & Use Cases

  • Automated Test Execution: Run unit, integration, and stress tests via command line.
  • CI/CD Integration: Supports headless execution for automated pipelines.
  • Test Category Selection: Allows running specific test suites (e.g., GAS, AI, UI).
  • Use Case: When you've made changes to the AI system in your Unreal Engine project, use this skill to run the relevant AI automation tests to validate your changes before committing.

Quick Start

Execute all Sipher automation tests in headless mode for the current Unreal Engine project.

Frequently Asked Questions about ue-run-automation-tests

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

FAQPage Schema
How do I run Unreal Engine automation tests in a CI/CD pipeline?

You can run Unreal Engine automation tests in a CI/CD pipeline by executing them via command line with headless mode flags. This skill automates the process using Unreal Editor command-line tools to validate code changes without requiring a graphical interface.

Can I run specific test categories like GAS or AI in Unreal Engine?

Yes, you can run specific test categories like GAS, AI, and UI in Unreal Engine. This skill allows you to configure execution flags to target and run only the relevant automation test suites for your current changes.

What types of automation tests does Unreal Engine support for game development?

Unreal Engine automation tests support unit, integration, and stress tests for game development. This skill executes these comprehensive test types to ensure code quality and validate systems like gameplay, AI, and UI functionality.

Do I need Unreal Editor command-line tools to execute automation tests?

Yes, you need Unreal Editor command-line tools to execute automation tests. This skill requires these tools to parse test results from log files and apply various execution flags for headless or interactive testing.

How do I parse Unreal Engine automation test results from log files?

You parse Unreal Engine automation test results from log files by using this skill's built-in parsing capabilities. It analyzes the command-line execution logs to provide detailed breakdowns of your unit, integration, and stress test outcomes.