Package com.vaadin.testbench.annotations
Annotation Interface RunLocally
Marks this testcase to run locally.
Can receive a parameter to define which browser and version to run the test on.
Can receive a parameter to define which browser and version to run the test on.
You can also define a browser name/version to run on locally using the
com.vaadin.testbench.Parameters.runLocally
system parameter.
This parameter will be used to instantiate the WebDriver
.
Usage:
@RunLocally(Browser.CHROME)
-
Optional Element Summary