How can I get feedback that a test is triggered or completed from the CMD?

When running the generated command, there is no feedback that the test had started or completed. what happens is that a new window is opened and the log runs in it. I’ve tried to catch the sub-process without any luck.
is there a way I get feedback that a test is triggered or completed from the CMD?

Hi there,

There is an option called -consoleLog. When you use it, console mode execution logs/ feedbacks will be displayed as well

I know, but the console opens in a new window and dosen’t run in the same CMD window, in the initial console, where you were triggering the command. so you have no signal that it is completed in the initial console. using windows OS btw

The topic is closed due to inactiveness. Feel free to create a new one if you have any concerns.