Automation Tests from Cmd

Hi,

I am setting up a build system and would like to run the automated tests every night. I wrote some custom test which work perfectly fine. The editor offers a lot of great tests I would like to use as well, like the animBlueprint test for example. Unfortunately I can only run them from the Session Frontend and die not figure out how to do this from command line.
The command I normaly use is:
“C:\Program Files\Epic Games\4.14\Engine\Binaries\Win64\UE4Editor.exe” “C:\Users\Documents\UnrealProjects\xx\xx.uprojec” -ExecCmds=“Automation RunTests Project.Tools.OpenAssests.AnimBlueprint” -unattended -nopause -testexit=“Automation Test Queue Empty” -log=output.txt
Any ideas to achieve this. All I need in the end are the logs of the test. I dont mind how they are setup to run.

Cheers