Local Agent doesn't trigger automatically from CMD
When you schedules a test run and starts a local agent, the agent freezes after response with status 200 without running the execution. You have to trigger the execution manually by clicking or pressing enter on the CMD.
The issue stems from a new feature of the windows 10 console. Under the default configuration, whenever you click on a command window in windows 10, it immediately pauses the application process when it attempts to write to the console. The command window has gone into "selection" mode because QuickEditMode has been disabled. We need to enable the QuickEdit Mode.
- Right-click on the top left bar, then select Default.
- Select and check on QuickEdit Mode, then select OK.
- Restart the CMD again and start running the execution.