Files
UnrealEngineUWP/Engine/Plugins/Tests/TestFramework/TestFramework.uplugin
Mikita Hauruk 1ae6124688 Added TestFramework group to the EngineTest buildgraph
Changed System.Automation to TestFramework.
Added TestFramework plugin. Connected with EngineTest

#jira UE-181433
#rb jerome.delattre
#preflight 6426e08991589478cd0269a6

[CL 24889907 by Mikita Hauruk in ue5-main branch]
2023-04-03 04:18:43 -04:00

24 lines
485 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "TestFramework",
"Description": "",
"Category": "Testing",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "TestFramework",
"Type": "DeveloperTool",
"LoadingPhase": "Default"
}
]
}