I have a project where I am trying to execute webdriver testcases (keyword driven) from jenkins. I am using Ant to build and execute the project. My code works fine from eclipse and command-line.
I am trying to use jenkins to run automation test eveynight. ( I have to use jenkins, can not use windows scheduler due to some dependencies.)
I can check out my code from SVN, compile it using ant and run it. But, while running, jenkins opens firefox and keeps it in background. It appears that tests are executing fine (in backgournd) but can not see firefox UI in foreground.
Any one had this problem before? or any solutions ?
I really appreciate your help.