This library consists of helper methods that are not specific to any one area and is to be used as a toolkit of support libraries in the VOL Functional test suite.
- Java 11
- Maven 3.6.3 or greater
Add the following Maven dependency to your project's pom.xml
file:
<dependency>
<groupId>org.dvsa.testing.lib</groupId>
<artifactId>active-support</artifactId>
<version>LATEST</version>
</dependency>
This repository will create a release PR on merge to main and deploy a package to GH on merge of that.