The browsers annotation defines the different browsers a test case should be
executed in each of the different enviroments (development, test, production).
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).
Annotation that can be used as a meta annotation, class annotation or method annotation
to indicate the timeout time Selenium will use for its "open" and the "waitFor*" actions.