Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (19.7k points)

When I run my selenium test (mvn test) from Jenkins (windows) I see only the console output. I don't see the real browsers getting opened. How can I configure Jenkins so that I can see the browsers running the test?

1 Answer

0 votes
by (62.9k points)

I had the same problem, I got the solution after many attempts.

If you are using Jenkins as a windows service you need to do the following :

1) In windows, service select the service of Jenkins

Opening Service.msc view

2) Open the properties window of the service -> Logon-> enable the checkbox “Allow service to interact with desktop”

Jenkins properties

After then you should reboot the service Jenkins

This solution works ONLY on windows XP, hope this helps you 

 

 

Browse Categories

...