Reactor is an automation framework, which includes case management, execution engine, and reporting web app, which is in project https://github.com/tascape/reactor-report.
Cases are written in JUnit format, with customized data provider.
Cases are organized in suites, which also manage the execution environment.
<dependency>
<groupId>com.tascape</groupId>
<artifactId>reactor</artifactId>
<version>1.2.0</version>
</dependency>