Package com.vaadin.testbench
Annotation Interface BrowserTestClass
@Target(TYPE)
@Retention(RUNTIME)
@ExtendWith(MultipleBrowsersExtension.class)
public @interface BrowserTestClass
Shorthand annotation for enabling
@ExtendWith(MultipleBrowsersExtension.class)
on test class.