Run automated testing from command line

Hi,
there is any chance that someone has a clue on how to run Automation Tests with command line in an UE5 project?
It seems that the cmd lines changed from ue4, I don’t see anything when I try to launch [UEBinaryPath]UnrealEditor-Cmd.exe "[myProjectPath]MyProject.uproject" -unattended -nopause -NullRHI -ExecCmds="Automation List.
Did I miss something ?

EDIT: Something weird: When i run all tests like so[UEBinaryPath]UnrealEditor-Cmd.exe "[myProjectPath]MyProject.uproject" -unattended -nopause -NullRHI -ExecCmds="Automation RunAll; quit" -TestExit="Automation Test Queue Empty" -log -log=RunTests.log -ReportExportPath="!PROJ_DIR!\TestsReports\reports\ue" they are successfully launched.

But when I try to run a specific test using
[UEBinaryPath]UnrealEditor-Cmd.exe "[myProjectPath]MyProject.uproject" -unattended -nopause -NullRHI -ExecCmds="Automation RunTests MyProject.Test1; quit" -TestExit="Automation Test Queue Empty" -log -log=RunTests.log -ReportExportPath="!PROJ_DIR!\TestsReports\reports\ue"
i get
ERROR: No automation tests matched 'MyProject.Test1' (I use the pretty name)

And in the frontend window in editor i can see this test