Package com.vaadin.flow.testutil
Annotation Type LocalExecution
-
@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface LocalExecution
Allows to configure tests for local execution.Similar to
RunLocallybutLocalExecutionis enabled by default for any test which extendsAbstractTestBenchTestand can be overridden byAbstractTestBenchTest.USE_HUB_PROPERTY. If this property value is set totruethen the test will be executed on the tests Hub.- Since:
- 1.0
- Author:
- Vaadin Ltd
- See Also:
RunLocally
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanactiveChecks whether the local execution configuration active.StringbrowserVersionGets the browser version.com.vaadin.testbench.parallel.BrowservalueGets the browser for local execution.
-
-
-
-
browserVersion
String browserVersion
Gets the browser version.- Returns:
- the browser version
- Default:
- ""
-
-