Uses of Interface
com.vaadin.flow.testcategory.TestCategory
Packages that use TestCategory
-
Uses of TestCategory in com.vaadin.flow.testcategory
Subinterfaces of TestCategory in com.vaadin.flow.testcategoryModifier and TypeInterfaceDescriptioninterfaceTests that requires Chrome browser for their execution should be annotated with @Category(ChromeTests.classso they can be optionally excluded from the build when needed.interfaceTests that should not be run inside OSGi container should be annotated with @Category(IgnoreOSGi.class)so they can be optionally excluded from the build.interfaceTests which test push functionality should be annotated with@Category(PushTests.class).interfaceScreenshot tests should be annotated with @Category(ScreenshotTest.classso they can be optionally excluded from the build when needed.