Hello,
I’m running some automated tests via command line to integrate Fastlane on iOS.
The test runs fine, but at the end of the test we don’t receive any exit command back and the simulator keeps on in the screen. How can we close the simulator at the end of the test?
we run this command
sh """
${engine_path}/Engine/Binaries/Mac/UE4Editor.app/Contents/MacOS/UE4Editor ${project_path}FutureMobile.uproject -Game -ExecCmds='Automation RunTests System' -log
"""
and at the end of the tests the simulator keep on without any exit command.