|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME)
@Documented
@Inherited
@Target(value={METHOD,TYPE})
public @interface Browsers
The browsers annotation defines the different browsers a test case should be executed in each of the different enviroments (development, test, production).
Selenium supports these different browsers (for more browsers see Selenium documentation)
Default test cases executed in development is launched in *firefox and *iexplorer
Default test cases executed in test is launched in *firefox, *iexplorer, *opera, *safari and *googlechrome
Default test cases executed in production is launched in *firefox, *iexplorer, *opera, *safari and *googlechrome
| Optional Element Summary | |
|---|---|
java.lang.String[] |
development
|
java.lang.String[] |
production
|
java.lang.String[] |
test
|
public abstract java.lang.String[] development
public abstract java.lang.String[] test
public abstract java.lang.String[] production
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||