We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.testbench.parallel.
Package com.vaadin.testbench.parallel
Annotation Interface TestCategory
Sets the category of a test class.
Categories can be excluded from running tests, or explicitly included.
If categories are explicitly included, only non-excluded tests with explicitly included categories will be run.
To exclude categories, add a new system variable named "categories.exclude"
with the names of the categories excluded.
To explicitly include categories, add a new system variable named
"categories.include" with the names of the categories included.
Usage:
@TestCategory("NetworkTest")
-
Required Element Summary
Required Elements
-
Element Details
-
value
String value
-