@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface RunLocally
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
.
The value can be obtained through ParallelTest.getRunLocallyBrowser()
and ParallelTest.getRunLocallyBrowserVersion()
Usage:
@RunLocally(Browser.CHROME)
Copyright © 2019. All rights reserved.