You're right. My JUnit tests extends the TelluriumJavaTestCase. Are you saying I should not create a TelluriumFramework object? I looked into TelluriumJavaTestCase class and there's a TelluriumFramework object reference. So, I guess, yes?
On Nov 13, 4:18 pm, Jian Fang <[email protected]> wrote: > It is a container for the whole framework and it is agnostic to the testing > framework that Tellurium > relies on. For example, JUnit and TestNG both use the TelluriumFramework > class to construct > its own base test class. > > On Fri, Nov 13, 2009 at 7:13 PM, super fan 911 <[email protected]>wrote: > > > > > So, what is the purpose of the TelluriumFramework class? > > > On Nov 13, 4:07 pm, Jian Fang <[email protected]> wrote: > > > The startup of the embedded selenium server is controlled by the JUnit > > base > > > class and you > > > should have not problem to run it from the command line. For example, you > > > can run it using the > > > following Maven command, > > > > mvn test > > > > On Fri, Nov 13, 2009 at 6:46 PM, super fan 911 <[email protected] > > >wrote: > > > > > My goal is to have my test start the selenium server so that I just > > > > call JUnit and it does all the work. I use Eclipse, and right now, > > > > when I run my tests from JUnit, it automatically starts selenium > > > > embedded server for me. What and how would I do it when not running > > > > from IDE? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
