I'm using the Google Plugin for Eclipse to develop my GWT application. I want to set up Selenium to test the GWT application.
I like the way that the Google Plugin for Eclipse lets me run the GWT app simply by pressing ⌘-F11. I also like the way that I can run JUnit tests in Eclipse - including ones that invoke the Selenium client and send it commands - simply by right-clicking on the test and selecting Run As > JUnit Test. However, in this case, I have to have previously opened a Terminal window and run the Selenium server. So, that's all well and good, but I want to connect the three things: running the Selenium server, running the GWT app, and passing the GWT app's URL to the Selenium client so that the latter can run tests on the GWT app. Is there a way to configure Eclipse so that, with one shortcut command, these things will all happen in that order? Many thanks in advance for your help, Sam -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
