org.simplium.annotation
Annotation Type Enviroments
@Retention(value=RUNTIME)
@Documented
@Inherited
@Target(value=TYPE)
public @interface Enviroments
The Selenium annotation that defines the selenium server hostname
and port and also the base hostname for which the testcases will
execute against for each of the three enviroments (development,
test, production).
|
Required Element Summary |
java.lang.String[] |
production
|
java.lang.String[] |
test
|
|
Optional Element Summary |
java.lang.String[] |
development
|
test
public abstract java.lang.String[] test
production
public abstract java.lang.String[] production
development
public abstract java.lang.String[] development
- Default:
- {"localhost", "4444", "http://localhost:8080/"}