2010/10/7 Greg Akins <[email protected]>: > Just not clear how the plugin fits in. I'll look at the Tiles tests > to get a better idea.
Just to be clear, Tiles test webapp uses the "selenese" goal that runs HTML Selenese tests, as you wanted. Notice that JUnit suggestion is only valid if you are using pure Java commands, using Selenium RC. In case of Tiles test webapp, Surefire is configured to run integration tests (not unit tests), however I suggest using Failsafe for this purpose. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
