com.vaadin.testbench.annotations.

Annotation Interface RunLocally

@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface RunLocally

Marks this testcase to run locally.
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

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
     
  • Element Details

    • value

      Browser value

      Default:

      FIREFOX

    • version

      String version

      Default:

      ""