Navigation
API > API/Plugins > API/Plugins/AutomationTestToolset > API/Plugins/AutomationTestToolset/UAutomationTestToolset
Description
Run a set of automation tests by name. Requires DiscoverTests() to have completed. Starts executing the specified tests and returns an async result that completes with a JSON summary when all tests finish.
| Name | RunTests |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Toolsets/AutomationTestToolset/Source/AutomationTestToolset/Public/AutomationTestToolset.h |
| Include Path | #include "AutomationTestToolset.h" |
| Source | /Engine/Plugins/Experimental/Toolsets/AutomationTestToolset/Source/AutomationTestToolset/Private/AutomationTestToolset.cpp |
UFUNCTION (Meta=(AICallable), Category="AutomationTestToolset")
static UToolCallAsyncResultString * RunTests
(
const TArray < FString > & TestNames
)
Parameters
| Name | Remarks |
|---|---|
| TestNames | Array of full test paths as returned by ListTests. |