You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Groups are defined in DefaultEngine.ini by specifying a groupname and then a set of filters that are used to determine group membership. Groups of tests may then be executed via "RunTests Group:GroupName". Filters can now also be specified via "RunTests Filter:System+Filter:Editor". This will correctly match filters instead of the old behavior of doing a substring search e.g. SomeNonEditorTest is executed by "RunTests Editor" Setup some common groups of tests in EngineTest project. Added TestFilter option to RunAutomatedTests Gauntlet script. Defaults to Project+System #rb swarm #ROBOMERGE-OWNER: lina.halper #ROBOMERGE-AUTHOR: andrew.grant #ROBOMERGE-SOURCE: CL 6083324 via CL 6088169 via CL 6088218 #ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) [CL 6117623 by andrew grant in Dev-Anim branch]