Hello,
To run all of the automation tests in a project:
UE4Editor.exe GAMENAME -Game -ExecCmds=“Automation RunAll”
or
To run a single test:
UE4Editor.exe GameName -game -execcmds=“Automation Run FSetRestTest”
You can find the list of tests by running -execcmds=“Automation List”. In the output log you’ll see a long list of tests. Each test name has the letter “F” in front of it.
Here’s some more info on the automation system:
Creating a test:
Overview: