Version 3.0.1 is the most recent release. Please see below on how to include it e.g. in your Maven build.
The documentation for the most recent release is published here.
To use Aludratest in your Maven project, add this dependency to your pom.xml:
<dependency>
<groupId>org.aludratest</groupId>
<artifactId>aludratest</artifactId>
<version>3.0.1</version>
</dependency>
Please see documentation link above on how to run your first test.
To build your own copy of Aludratest, locally clone the repository.
Perform:
mvn compileto build your own versionmvn installto install Aludratest to your local repository and use with your testsmvn siteto render documentation