Configured Jenkins (with Tomcat) on Win7 to launch my maven command. With My maven command i am launching selenium test scripts which launches web broswer and execute the test cases.
Problem: When i trigerrs build using Jenkins, build started and shows everything on Jenkins - Console. it even generates proper html report (which i set in my selenium java code). But everything happens in silent mode (without launching the browser)
Question: where and how to configure Jenkins/Tomcat to launch the browser?