I am trying to use Gauntlet for a simple test like a helloworld kind of approach, i have setup a C++ testcontroller .cpp and .h and a HelloworldTest.cs also added Gauntlet in Build.cs file of my project
When running the command to build and cook the project builds fine
.RunUAT.bat BuildCookRun -project=D:UEHelloWorldTestAutoHelloWorldTestAuto.uproject -noP4 -platform=Win64 -clientconfig=Development -serverconfig=Development -cook -build -stage -pak -archive -archivedirectory=D:UEHelloWorldTestAutoBuildWin
Is when i try to run my test where i am havong problems
.RunUAT.bat RunUnreal -project=D:UEHelloWorldTestAutoHelloWorldTestAuto.uproject -platform=Win64 -build=D:UEHelloWorldTestAutoBuildWin -test=HelloWorldTest
i get an error message:
Unable to find type HelloWorldTest in assemblies. Namespaces=Gauntlet.UnrealTest, UnrealGame, UnrealEditor.
I checked documentation and more information and seems everything is fine so i am not completely sure if i am missing a configuration or a step, if anyone here has used Gauntlet Test Framework and could point me in the right direction i will be really thankful
Thanks in advance and regards