@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited public @interface LocalExecution
Similar to RunLocally but LocalExecution is enabled by
default for any test which extends AbstractTestBenchTest and can be
overridden by AbstractTestBenchTest.USE_HUB_PROPERTY. If this
property value is set to true then the test will be executed on the
tests Hub.
RunLocally| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
active
Checks whether the local execution configuration active.
|
String |
browserVersion
Gets the browser version.
|
com.vaadin.testbench.parallel.Browser |
value
Gets the browser for local execution.
|
public abstract com.vaadin.testbench.parallel.Browser value
public abstract String browserVersion
Copyright © 2000–2025 Vaadin Ltd. All rights reserved.