This Eclipse plugin provides
A test story is another name for a test method, where the name of the method can be read as a sentence that reveals a feature of the unit under test (UUT), and the body shows how to use this feature.
To get the bigger picture of using test stories, please refer to the testdoc-tools project this plugin is part of. There you will also find links on how to integrate a test story report in your Maven project build.
This plugin can only be used, if the test cases are annotated with the Uut annotation. So there is manual step to take.
To get started, please use our update site documentation to install the plugin into your Eclipse IDE.
Then read about