aludratest
Build Status
Release
Version 3.0.1 is the most recent release. Please see below on how to include it e.g. in your Maven build.
Documentation
The documentation for the most recent release is published here.
Maven Dependency
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.
Build
To build your own copy of Aludratest, locally clone the repository.
Perform:
mvn compile
to build your own versionmvn install
to install Aludratest to your local repository and use with your testsmvn site
to render documentation