com.vaadin.testbench.parallel.

Annotation Type TestNameSuffix


  • @Retention(value=RUNTIME)
    public @interface TestNameSuffix

    Defines a system property to be used as part of the test name.
    It may be useful to add information related to the system or the machine itself, such as the OS.
    This will affect, for instance, the names of screenshots taken in case of test failure.

    • Required Element Summary

      Required Elements
      Modifier and Type Required Element and Description
      String property 
    • Element Detail

      • property

        public abstract String property