If you run the tests in standalone/IDE mode, they all passed, right? The property singleWindow is changed for Selenium server 1.0.1 and if you use the custom selenium server that we provided for Tellurium 0.6.0, this specific problem should go away.
I wonder if your other problems are caused by the fact that your Hudson server does not have a display screen, in which case, you need to use headless tests, i.e., Xvfb if it is a Linux system. More details on this thread: http://groups.google.com/group/tellurium-developers/browse_thread/thread/bacce17884367c22/d37e76e75f41bd11?lnk=gst&q=headless#d37e76e75f41bd11 Thanks, Jian On Mon, Oct 12, 2009 at 11:48 PM, Harihara Vinayakaram <[email protected]>wrote: > Hi > I have been using Tellurium since the last 6 months or so. Since most of > my tests were in development I used to have a separate process that would > start my selenium server . > > Now I am trying to put this into Hudson and I have changed the start > embedded server to true and I am facing the following problems . > > 1. I use the selenium-server.jar that is present from the core/lib and I > get an error that says property singleWindow not present and I cannot start > the server. I tried looking in the TelluriumConfig.groovy but did not see > any such property > > 2. I copy the selenium-server.jar from the referenceprojects/testng/... > and then the above error disappears but a lot of my tests start failing . I > will try and send the exact messages > > Is this a situation that people face and how do I resolve it > > Regards > Hari > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
