Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 462 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 462 Bytes

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>