|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface TapestryTestConfiguration
To be used on Selenium-based integration tests that extend SeleniumTestCase as an alternative to using a
TestNG XML configuration file. Using the XML file, it's intricate to run individual test classes or
methods using IDEA's or Eclipse's TestNG integration.
Parameters coming from a TestNG XML configuration file take precedence over those supplied with the annotation.
Configures the container to be started for the tests and the browser to be used.
| Optional Element Summary | |
|---|---|
java.lang.String |
browserStartCommand
The browser start command to use with Selenium. |
java.lang.String |
container
Which container to use. |
java.lang.String |
contextPath
The context path to make the application available under. |
int |
port
The port to listen on for HTTP requests. |
int |
sslPort
The port to listen on fot HTTPS requests. |
java.lang.String |
webAppFolder
The folder for the web application root relative to the working directory. |
public abstract java.lang.String webAppFolder
public abstract java.lang.String container
SeleniumTestCase.JETTY_7 or SeleniumTestCase.TOMCAT_6.
Defaults to SeleniumTestCase.JETTY_7.
public abstract java.lang.String contextPath
public abstract int port
public abstract int sslPort
public abstract java.lang.String browserStartCommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||