Most of my tests are flagged as smoke tests because they are small and fast. That allows me to use UE4Editor-Win64-Debug-Cmd.exe Project.uproject -run=Engine.SmokeTestCommandlet
which only runs a couple of seconds rather than waiting for the whole engine to boot up.
Could be a workaround if you don’t require hot reloading and can flag tests as smoke tests.
1 Like