Annotation Type LocalExecution

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element 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.
    • Element Detail

      • value

        com.vaadin.testbench.parallel.Browser value
        Gets the browser for local execution.
        Returns:
        the browser for local execution
        Default:
        com.vaadin.testbench.parallel.Browser.CHROME
      • browserVersion

        String browserVersion
        Gets the browser version.
        Returns:
        the browser version
        Default:
        ""
      • active

        boolean active
        Checks whether the local execution configuration active.

        If configuration is not active then the test will be executed on the tests Hub.

        Returns:
        whether the local execution configuration is active
        Default:
        true