You can group test results by features and stories (BDD-like)
In order to group your tests by features and stories in Java, simply annotate the test suite or test case with @Features or @Stories annotations. Each of these annotations can take either a single string or a string array, because one test case can relate to several features or stories:
@Features("My Feature") @Stories({"Story1", "Story2"}) @Test public void myTest() { ... }
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4