Automation RunTests Project.Blueprints.CompileBlueprints does nothing

Hello I’m currently trying to figure out how to use Automation RunTests to compile blueprints as a test.

It seems like

Automation RunTests TEST

Works but not for the specific test CompileBlueprints

Automation RunTests Project.Blueprints.CompileBlueprints.

This test appears in UnrealFrontend after refreshing tests and setting the filter to “All Tests” but does not appear in editor when using

Automation List

So I have no idea if this test is really available at all. What do I need to do to get this test working?

Compile Blueprints are Stress Tests

so you need to set the filter before run test.

Automation SetFilter Stress, Automation RunTests Project.Blueprints.Compile Blueprints

-ExecCmds="Automation SetFilter Stress, Automation list, Automation RunTests Project.Blueprints.Compile Blueprints; Quit"

Joe