I am running Jenkins 2.462.2 on an AWS server with Windows Server 2022 Datacenter , my tests are running in headless mode , how can i remove the headless mode so i can see the tests running in the Chrome browser , do i need to install plugins?
To see something, you’ll probably need to run you agent in an interactive windows session (like starting the agent with a batch file instead of a windows service or ssh session)
Are both your controller and agent running on Windows ?
Yes i ran java -jar jenkins.war in the CMD and now i can run the tests not in headless mode , thank you