| Annotation Type | Description |
|---|---|
| BrowserConfiguration |
Methods annotated with BrowserConfiguration in test classes will be used to
configure the browsers that are to be used for test cases in that class.
|
| BrowserFactory |
BrowserFactory annotation is used to define which
TestBenchBrowserFactory implementation to use in a test. |
| RunLocally |
Marks this testcase to run locally.
Can receive a parameter to define which browser and version to run the test on. |
| RunOnHub |
Test classes annotated with RunOnHub will be run on the hub whose host is
defined by its value.
|
Copyright © 2012-2025 Vaadin Ltd. All Rights Reserved.