Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.11.1
-
None
Description
The project contains many types of tests - unit vs. integration; extension-specific; fast vs. long-running, etc.
Introducing test categorization (see Tagging and Filtering JUnit Tests) allows for specific test suites to be run in various environments: only "fast" tests on a local build machine or Travis instance, for example. These categories can be integrated with Maven profiles for ease of use.