| Package | Description |
|---|---|
| com.vaadin.flow.testcategory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChromeTests
Tests that requires Chrome browser for their execution should be annotated
with @
Category(ChromeTests.class so they can be optionally excluded
from the build when needed. |
interface |
IgnoreOSGi
Tests that should not be run inside OSGi container should be annotated with @
Category(IgnoreOSGi.class) so they can be optionally excluded from
the build. |
interface |
PushTests
Tests which test push functionality should be annotated with
@Category(PushTests.class). |
interface |
ScreenshotTests
Screenshot tests should be annotated with @
Category(ScreenshotTest.class so they can be optionally excluded from
the build when needed. |
Copyright © 2000–2023 Vaadin Ltd. All rights reserved.