I’m able to execute my automated tests from the command line:
"%UE4EnginePath%\Build\BatchFiles\RunUAT.bat" BuildCookRun -project=%ProjectPath% -run -editortest -RunAutomationTests -unattended -nullrhi -NoP4
I would like to have the automation results (e.g. AutomationYYYY.MM.DD-HH.MM.SS.csv) that can be exported from Session Frontend’s results window’s Export Data button, but would like it automatically generated after the tests complete.
Is this supported? Or do I need to edit the source code to add this feature for my project?